Thank you!!
Convert Markdown to a Mind Map
31–40 of 81 posts
Re: Convert Markdown to a Mind Map
#32Interesting. It would be good to have a more complex example as a guide for how the markdown should be structured.
So far I just think it's headers and lists: # This ## This branch ### This sub branch ### Another sub branch ## This other ## And another ## One more ### This one has a branch - one - more - thing ### and another branch - what - is - this
- melon
- test
- test2
- and more
- and moreRe: Convert Markdown to a Mind Map
#33This is beautiful that's it but this is nothing considered to graphviz. If Graphviz had a decent, just non-ugly renderer it would be much more popular. Eg. Mind maps aren't trees- they are bigraphs, this is limited to trees. Someone needs to plug in this renderer with Graphviz.
Yes! So many of the mind-mapping software is limited to just trees, plus there's no way of styling some paths differently, the interface is far from ergonomic, in short: I couldn't find an interactive tool for drawing complex relationships between many kinds of content (I want to be able to put an image in one place, then paste a bit of some documentation in another, then connect them in some way, then repeat this 100 times and then have the tool "auto-layout" all the content.)
Here's the thing I'm currently trying to create: https://github.com/piotrklibert/awesome-config - I need it in SVG so that the links are working, plus it would be nice to be able to show/hide portions of the graph. I'm currently using Gliffy, but it's getting slower and buggier with every box added.
Any advice on what to use for things like these?
Re: Convert Markdown to a Mind Map
#34Cool! Slightly related, I also like: https://www.diagram.codes/
I will try it out! I have a use case for this that has thousands, will try both tools out to see if I get better results than with my current d3 script that I found laying around on the internet.
Re: Convert Markdown to a Mind Map
#35Re: Convert Markdown to a Mind Map
#36Cool! Slightly related, I also like: https://www.diagram.codes/
Re: Convert Markdown to a Mind Map
#37Cool! Slightly related, I also like: https://www.diagram.codes/
I guess it was done on purpose, but essentially it reminds me of the syntax for graphviz: https://graphviz.org/
Re: Convert Markdown to a Mind Map
#38I make an app for macOS that makes it easy to make offline viewers for documents like this ( https://repla.app/ ). Would anyone be interested in having an offline viewer for this? E.g., being able to drag a `mindmap.md` file to the app icon, and have it render the mindmap and automatically update when you make changes in your text editor. (I'm aware there are other ways to do offline views like this, happy to explain…
Re: Convert Markdown to a Mind Map
#39Re: Convert Markdown to a Mind Map
#40This is beautiful that's it but this is nothing considered to graphviz. If Graphviz had a decent, just non-ugly renderer it would be much more popular. Eg. Mind maps aren't trees- they are bigraphs, this is limited to trees. Someone needs to plug in this renderer with Graphviz.
> Mind maps aren't trees- they are bigraphs Yes! So many of the mind-mapping software is limited to just trees, plus there's no way of styling some paths differently, the interface is far from ergonomic, in short: I couldn't find an interactive tool for drawing complex relationships between many kinds of content (I want to be able to put an image in one place, then paste a bit of some documentation in another, then c…