Mind map, software generated
Started by alexxx
on 4/26/2019
alexxx
4/26/2019 7:14 pm
Hi,
I’m looking around for some software able to generate automatically a mind map, starting from a hierarchical text file, say something like
sun
.mercury
.venus
.earth
…moon
.mars
…phobos
…deimos
and so on…
(dots meaning tabs or something similar)
The resulting mind map needs not to be interactive, I need it just for visualization and printing.
Any ideas?
Thanks!
I’m looking around for some software able to generate automatically a mind map, starting from a hierarchical text file, say something like
sun
.mercury
.venus
.earth
…moon
.mars
…phobos
…deimos
and so on…
(dots meaning tabs or something similar)
The resulting mind map needs not to be interactive, I need it just for visualization and printing.
Any ideas?
Thanks!
Lothar Scholz
4/26/2019 7:35 pm
You have to write it in OPML
https://en.wikipedia.org/wiki/OPML
Or better spend a weekend and learn the basics of programming and write the text -> OPML
converter yourself.
https://en.wikipedia.org/wiki/OPML
Or better spend a weekend and learn the basics of programming and write the text -> OPML
converter yourself.
Chris Thompson
4/26/2019 7:42 pm
Lots of options to choose from. One good starting point is "graphviz", which can take a simple text file and create all kinds of diagrams. Here's one example of a simple script that feeds formatted text like you describe into graphviz: https://chezsoi.org/lucas/blog/solarized-mindmaps-with-python-and-graphviz.html
Stephen Zeoli
4/26/2019 7:46 pm
If you used tabs to create your hierarchy, you can paste that into most mind maps, I think. It definitely works with iThoughtsX.
Steve Z.
Steve Z.
Jon Polish
4/26/2019 7:46 pm
Actually I just tried this with MindManager, FreePlane and XMind. Insofar as I understand your requirements, I simply copy/pasted a tabbed outline and it worked.
Jon
alexxx wrote:
Jon
alexxx wrote:
Hi,
I’m looking around for some software able to generate
automatically a mind map, starting from a hierarchical text file, say
something like
sun
.mercury
.venus
.earth
…moon
.mars
…phobos
…deimos
and so on…
(dots meaning tabs or something similar)
The resulting mind map needs not to be interactive, I need it just for
visualization and printing.
Any ideas?
Thanks!
alexxx
4/26/2019 8:26 pm
thank you guys,
lots of ideas here!
I'll start with Graphviz since I used it a bit in the past,
then will try out the others to check the most customizable among them
lots of ideas here!
I'll start with Graphviz since I used it a bit in the past,
then will try out the others to check the most customizable among them
Pierre Paul Landry
4/26/2019 9:55 pm
alexxx wrote:
InfoQube (Windows) has 2 types of mind map: (1) automatically generated with some layout options (Map View) and (2) free-form placement of nodes with lots of formatting options (IQ Surface)
Details here:
https://infoqubeim.com/drupal5/?q=node/2296
https://infoqubeim.com/drupal5/?q=node/3883
Pierre Paul Landry
IQ Designer
Hi I'm looking around for some software able to generate automatically a mind map, starting from a hierarchical text file
InfoQube (Windows) has 2 types of mind map: (1) automatically generated with some layout options (Map View) and (2) free-form placement of nodes with lots of formatting options (IQ Surface)
Details here:
https://infoqubeim.com/drupal5/?q=node/2296
https://infoqubeim.com/drupal5/?q=node/3883
Pierre Paul Landry
IQ Designer
Amontillado
4/26/2019 11:07 pm
Learning basic Python is easy and good for you. I’ve done things like converted multi level OPML from OmniOutliner to single level files and index cards in Scrivener. Fun stuff.
Prison-Mike
5/22/2019 6:26 pm
I used to use MindView, now I use MindJet. I am currently test-driving ConceptDraw now and it is impressive
