gitbook-plugin-mind-maps
v1.1.9
Published
A GitBook plugin for generating mindmaps within Markdown.
Downloads
21
Maintainers
Readme
gitbook-mindmaps
A GitBook plugin for generating mindmaps with Markdown, and see the Demo directly.
Installation
Add the following plugins to your book.json
and run the command gitbook install
{
"plugins": ["mind-maps"]
}
Usage
Generate mind maps with Markdown headings syntax:
```mind:height=300,title=a mind map of something,color # 1 ## 1.1 ### 1.1.1 ## 1.2 # 2 # 3 ```
- height (optional): to specify the map height
- title (optional): to specify a title for this map
- color (optional): to generate a colorful map
Generate with Markdown list items syntax:
```mind - 1 - 1.1 - 1.1.1 - 1.2 - 2 - 3 ```
TODO
- [x] ~~Use unlimited headings for generating mind maps~~
- [x] ~~Support HTML tags~~
Release History
- ==================== 1.0.0 Initial release ====================
:fuelpump: How to contribute
Have an idea? Found a bug? See how to contribute.
:scroll: License
MIT © aleen42