# Fruits
## Orange
Oranges were first grown in...
## Banana
Bananas originated in...
Then the mind map would have Fruits -> [Orange, Banana], and you could click on Orange or Banana to expand the full content of the note. This is how I format my notes at least.Convert Markdown to a Mind Map
61–70 of 81 posts
Re: Convert Markdown to a Mind Map
#62Re: Convert Markdown to a Mind Map
#63Re: Convert Markdown to a Mind Map
#64It visually looks really familiar, but looking at package.json there only seems to be d3. I've looked at a bunch of options for rendering mind map, so I'm particular curious.
Re: Convert Markdown to a Mind Map
#65These mind maps look like MindNode which I think are the best looking.
[1]: https://github.com/gera2ld/markmap-lib/blob/master/src/view....
Re: Convert Markdown to a Mind Map
#66This looks beautiful, but I guess it's only useful for acyclic maps? References would be great. Just learned, that I'm looking for a 'cognitive map'.
Re: Convert Markdown to a Mind Map
#67I 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…
Yup! Every time I see something like this, my thought process is: “Cool, that could be useful for X” “Hmm X is proprietary. I’m not typing into some random website.” “Can I run this locally?” “Nope, not natively. Is it worth my time to hack it?”
Re: Convert Markdown to a Mind Map
#68This looks like really nice! Are you using a open sourced mind map rendering library, or did you write your own? It visually looks really familiar, but looking at package.json there only seems to be d3. I've looked at a bunch of options for rendering mind map, so I'm particular curious.
Re: Convert Markdown to a Mind Map
#69I have a couple wild ideas for CLI and/or CICD usage, but I'm not familiar enough with reading JS to know if I can just copy something locally and expect it to work, or if I would need to install a bunch of dependencies.
Re: Convert Markdown to a Mind Map
#70This looks like really nice! Are you using a open sourced mind map rendering library, or did you write your own? It visually looks really familiar, but looking at package.json there only seems to be d3. I've looked at a bunch of options for rendering mind map, so I'm particular curious.
They are using only d3