Convert Markdown to a Mind Map
71–80 of 81 posts
Re: Convert Markdown to a Mind Map
#72Re: Convert Markdown to a Mind Map
#73Earlier quoted context omitted.
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?”
Down for this also. If you have a way to sign up for testers etc I'd be up. (Down, up, what is language? :) )
The app is already available to download and try, with a couple of interesting use cases you can read about on the site. We're also shipping a Markdown preview that's in testing now shortly. The next plugins we're looking at after that are Mermaid (https://mermaid-js.github.io/mermaid/#/) and now Markmap too.
Re: Convert Markdown to a Mind Map
#74Having worked with these for a while, some people actually think their job is to be the stewards and gatekeepers of knowledge that can in fact be easily encoded into a taxonomy and ontology to make it scale.
I love these, and every tool like this is fundamentally subversive. Just don't be surprised when someone tries to discredit it.
Re: Convert Markdown to a Mind Map
#75Earlier quoted context omitted.
Related tangent: Roam^1 is a graph-based webapp that supports hierarchies, bidirectional linking, and an interactive graph view. Dunno about the step to get it into svg, but you may find it useful for any number of things. HTH 1. https://roamresearch.com
Interesting, thanks!
Re: Convert Markdown to a Mind Map
#76Nice, I always wanted to make something like this for my school notes but never got around to it. One thing that could be useful is if it would let you write longer paragraphs of text, which could be expanded on-demand. Ex. # 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…
Re: Convert Markdown to a Mind Map
#77I 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…
Thanks for the input! I'm also looking at supporting Mermaid diagramming https://mermaid-js.github.io/ I'd love to hear if people have other good use cases for this model, e.g., of having a plain text file you edit in a text editor accompanied by a rendered web document view of the same file.
Re: Convert Markdown to a Mind Map
#78Earlier quoted context omitted.
Not sure what gliffy is but Graphviz can conceptually draw the same thing. You can have box shapes and colors for nodes and edges both. However, the rendering layout itself is usually unpleasant. You can have some control but it's really suboptimal. As I said, Graphviz is both simple and very powerful so no reason to not use it to represent data in concept. Plus it goes in your VCS.
Gliffy[1][2] is a web app for drawing diagrams and schematics of various kinds. You get a large library of shapes - most of UML, classic flowchart, some UI mockups, swimlanes, now also the root of a mindmap - and a few tools for connecting these shapes to each other; the connections are real connections, not lines, ie. they follow after the shape if you move it, and they know when they intersect and can render a "hop…
Re: Convert Markdown to a Mind Map
#79I 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…
Thanks for the input! I'm also looking at supporting Mermaid diagramming https://mermaid-js.github.io/ I'd love to hear if people have other good use cases for this model, e.g., of having a plain text file you edit in a text editor accompanied by a rendered web document view of the same file.
Re: Convert Markdown to a Mind Map
#80Earlier quoted context omitted.
Wow thanks for this, never heard of it before despite years of searching for a plantuml replacement!
@flarg, just curious, why do you need a Plant UML replacement? I just used it to make a bunch of séquence diagrams, component diagrams and wireframes :)