Is there any work on creating mind maps using Julia?
I’ve started using the free version of MindMup, which lets us save and open mind maps on Google Drive. It is user-friendly and also lets users open Freemind maps.
However, it does not appear to allow the creation of mind maps from formatted text files. Is there a Julia package that can convert text files into a format that MindMup/Freemind can use?
Here’s an example of MindMup web interface (it has different pre-defined themes, and you can customize everything):
2 Likes
There are Kroki.jl and, for documentation, DocumenterMermaid.jl, both of which support Mermaid. And Mermaid can draw mind maps.
2 Likes
Any of the packages using directed acyclic graphs, such as CasualInference.jl could be used. One specifically relying on simple plaintext is PlotGraphViz.
AlbebraOfGraphics would give you a lot of control over presentation—it is Makie based.
1 Like
Thank you both for your valuable feedback.
It’s worth mentioning that two useful features of mind mapping applications are the ability to navigate very large mind maps interactively, and the option to hide certain sections while displaying others.
1 Like
In theory, the interactivity is possible using GLMakie as the backend