Draw mindmap diagram with markdown
A few months ago I decided to start writing blog. Then I found that I need a tool that can easily extract the markdown outline and convert it into a mindmap.
I tried markmap, mermaid, freemind, xmind, yed… I use all these wonderful tools, but not suitable here.
here is my requirements:
- copy&paste markdown string, extract h1-h6 headers and lists to generate mindmap automatically, ignore other contents.
- easily change layout - mindmap drawing direction, left, right, left&right…
The closest winner is markmap , but it only layout from left to right. So I build one: https://www.anlijiu.com/tools/mindmap
here is some samples:
- Radial layout mindmap
- Layout from center to left and right
- Layout from right to right