markmap
markmap copied to clipboard
Visualize markdown documents as mindmaps
`home.md` ```md # Root [a link](file/somwhere.md) ``` `file/somwhere.md` ```md # somewhere - over the rainbow # elsewhere - idk ``` works nicely but if you try this it doesn't... `home.md`...
It would be cool to create a demo showing different customization options using [dat.gui](https://github.com/dataarts/dat.gui). This is a good ticket to take on if anyone is looking to start contributing to...
Did you thought about generalizing this library in order to not work only with markdown? The [atom package](https://github.com/dundalek/atom-markdown-mindmap) including this library is the only mindmapping tool i found for atom...
Does the parser assume that there's exactly one root node? It'd be nice if it would allow for a mindmap that has a root node at the center, and child...