Tony Buzan, the author of many books, popularized the term mind map for use in creating diagrams for visual representation of information. It is very commonly used technique for brain storming. Starting with a topic at the center, the diagram is developed by connecting it to related information. There are many software tools available for mind mapping, including many free ones. Many of these allow users to write scripts to access the mind maps and enhance the tool.
Questions tagged [mindmapping]
60 questions
1
vote
1 answer
Freeplane - latexinput
So I've tried to find a mind-mapping software with latex support and stumbled across Freeplane.
Pretty satisfied with it, except I cannot seem to figure out how to make latex input from file work.
E.g. if I want to include a code like…

User1291
- 7,664
- 8
- 51
- 108
1
vote
2 answers
Extending d3 tree layout to provide HTML box at final node
I would like to Extend d3 tree layout to provide hyperlinks and text for each final node
http://mbostock.github.io/d3/talk/20111018/tree.html
For example if you go to
flare> analytics > ckuster > AgglomerativeClustr
I would like under the text…

FutuToad
- 2,750
- 5
- 36
- 63
1
vote
1 answer
Beautiful Soup & Python. Can't get all nodes with recursion because getting "maximum recursion depth exceeded while calling a Python object" error
I work in program FreeMind which allows to create trees and import them as HTML files and I need to get every "path" of this tree and put them into list for example to work with each "path" separately after.
For example from this code:
…

Kirill
- 1,530
- 5
- 24
- 48
1
vote
1 answer
Interactive tree/hierarchical diagramming plug-in for jQuery?
For a project that I'm working on we need the ability for the user to create an interactive tree/hierarchical diagram. Similar to creating a mindmap but with a top-down orientation.
I've evaluated the various tools but none seem to fit the…

PhD
- 11,202
- 14
- 64
- 112
1
vote
3 answers
How to convert XML to MindMap?
I have checked many tools like "freemind", "freeplane", etc. Most of them allow exporting to XML file output but I didn't get how to convert an XML to a MindMap.
Any suggestions?

Houssam Badri
- 2,441
- 3
- 29
- 60
1
vote
2 answers
mind mapping tool in linux
I want to do mindmaps which are of the quality of mindmeister that you could include picture and links etc and would be able to export it reasonably well and print it.

Shan
- 18,563
- 39
- 97
- 132
0
votes
1 answer
how to create a mind-map based tree-view windows based application in .NET
I'm looking to create an intuitive tree-view structure (on the similar lines of a Mind-map) for my .NET Windows Application (WPF).
Something on the similar lines as this or this
I'm initially planning to develop a sample application, wherein my…

this-Me
- 2,139
- 6
- 43
- 70
0
votes
2 answers
How to create the tree graphs of Mind42.com?
What graphics libraries exist, if any, for programming tree graphs like that of Mind42.com? Ruby is preferred but Java could work also via calls via JRuby.
Here's a screen-cap for convenience: http://i43.tinypic.com/9levs1.jpg
0
votes
1 answer
Design Pattern for Make a Mind Mapping Application
What is the best suitable pattern for making a Mind Mapping Style Application like MindMiester, XMind, etc. Composite or Decorator or another pattern ?

Hensembryan
- 1,067
- 3
- 14
- 31
0
votes
1 answer
Mindmeister API object not found
I am trying to insert a new idea into my mindmap. Here is my request.
curl --location '
--header 'Authorization: Bearer…

Nimo shr
- 23
- 4
0
votes
0 answers
How can a mindmap be integrated (visualized) on an R Shiny app?
On my R shiny webapp, I would like to present some information in the form of a mindmap. I am generating the mindmap using certain free tools available.
(An example mindmap below: the actual one would have many more nodes and connections)
Is there…

noddy157
- 31
- 4
0
votes
0 answers
Saving feature in mind mapping tool
I've been working with friends for some time on a mind map program. Generally, the whole program is already set up, but we still lack a module that will save the map project in jpg or in a format for reopening the edition, etc. Does anyone have any…

loczusek
- 1
0
votes
1 answer
Is there a way to draw multi-page mind map diagrams with PlantUML?
I have tried using different MindMap diagrams and it looks like this field didn't get enough attention in software development community, so I cannot find enough info on other resources.
Anyway, I use PlantUML to draw Mind Map diagram. The issue is…

Dmytro Chasovskyi
- 3,209
- 4
- 40
- 82
0
votes
1 answer
Creating a mindmap using CSV files
I want to create a mindmap of money that I have sent and received using a CSV file with columns: from, to, money in, and money out.
I want to create a graph that shows money either moving in or out of each account, with the account I want to choose…

Pruthviraj Acharya
- 49
- 8
0
votes
1 answer
2d text focuses on camera but get rotate 180 when camera rotates around the object
I have created multiple gameobjects in the scene with parent child relationship. When I move the camera with a joystick it moves around the node in an orbit. but when the camera moves vertically the 2D text on Node gameobject which focuses the…

Aqib Ahmed
- 29
- 1
- 7