MkDocs plugin and extension to creates mindmaps from markdown using markmap
Project description
mkdocs-markmap
Beautiful and simple mindmaps written in markdown.
This is a plugin and an extension for mkdocs to add markmap.
Prerequisits
This plugin was tested with, but is not limited to:
- Python 3.8
- mkdocs 1.1
Quickstart
Install
pip install mkdocs-markmap
Configure
Add this to mkdocs.yml
:
plugins:
- markmap
Usage
This plugin supports code blocks of markdown as follows:
```markmap
# Root
## Branch 1
* Branchlet 1a
* Branchlet 1b
## Branch 2
* Branchlet 2a
* Branchlet 2b
```
It can also make use of file includes to keep your markdown tidy:
Look at this beautiful mindmap:
{!mindmap.mm.md!}
Advanced Settings
There are more options available for mkdocs.yml
(shown values are defaults):
plugins:
- markmap:
base_path: docs
encoding: utf-8
file_extension: .mm.md
d3_version: 6.7.0
lib_version: 0.11.5
view_version: 0.2.6
In addition, feel free to define your favourite source urls like this:
extra_javascript:
- https://unpkg.com/d3@6.7.0/dist/d3.min.js
- https://unpkg.com/markmap-lib@0.11.5/dist/browser/index.min.js
- https://unpkg.com/markmap-view@0.2.6/dist/index.min.js
:warning: The urls need to contain one of these keywords to be considered as deviation from default:
d3
markmap-lib
markmap-view
Credits :clap:
Some of the development approaches are based on implementations provided by the following projects:
- markmap (key feature of this project)
- markdown-include (basis for extension support)
- mkdocs-mermaid2-plugin (basis for plugin support)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mkdocs-markmap-2.1.2.tar.gz
.
File metadata
- Download URL: mkdocs-markmap-2.1.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3915776bca564efa6a9b3049418824e3343492abc8cdf74649a8c0022c019a1 |
|
MD5 | cff5e4ab9fd5952051d970239935b94f |
|
BLAKE2b-256 | 4f256618cb3b80fd9ad7b1379f1741e8d61442f5f8fe7ef62f4d651894fc7834 |
File details
Details for the file mkdocs_markmap-2.1.2-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_markmap-2.1.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adc726e6934419b1673d3a938ce42f6552ddd3febcf833c729cd449acba2d08f |
|
MD5 | 7891a446ff078ec6aa0603cf29bae811 |
|
BLAKE2b-256 | bf7c8319bc2644785b08afb3f2f57dd0ba22085462c1dfadf424dc57b9b01757 |