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
51
votes
5 answers
jQuery Mind Map/Think Map
I was wondering if anyone happens to know of a jQuery (or pure javascript) mind map. I found this one a few times, but it uses MooTools, unfortunately.

Matt Grande
- 11,964
- 6
- 62
- 89
15
votes
4 answers
Automatic Documentation of ColdFusion code
I have inherited over 600 files of ColdFusion source code running a internal web site for my company. One of my tasks is to "document" it. The code base represents about 5 years of development and there is no technical specification of what it…
user83367
14
votes
8 answers
Software to Mind Map Dependencies
I'm putting together something I'll soon release as OSS and I wanted to make a map of dependencies to get a clearer idea of the big picture. I ended up making the mind map myself using pen and paper:
This is something I wish I could do more often,…

Alix Axel
- 151,645
- 95
- 393
- 500
14
votes
3 answers
How do you plan your Rails app?
I'm starting a Rails app for a customer and am considering either creating a mind map or jumping straight to a Cucumber specification.
How do you plan your Rails app?
As an additional question, say you also start with Cucumber, at which point would…

Alexandre
- 5,035
- 7
- 29
- 36
7
votes
1 answer
How to draw a mindmap
I'm working on an algorithm for drawing a mindmap. The main point there is to intelligently arrange the nodes, so that there are no overlaps and it looks nicely distributed. As an example see this screenshot (from MindNode):
Any ideas on how to…

lucas clemente
- 6,255
- 8
- 41
- 61
6
votes
3 answers
XMind or MindMeister?
I'm considering buying the "Pro" version of one of these mind mapping applications to upgrade from FreeMind and store my mind maps on the cloud. Both of them support the file extensions of this latter.
Do you use any of the above applications? Which…

Kensai
- 984
- 12
- 20
5
votes
4 answers
mind mapping based on file system
I've just started using some mind mapping software (Freemind and Xind) as a replacement for text documents I was previously using to keep track of my work. The main issue (in both cases) is to maintain references to files and folders when I…

some dude
- 146
- 2
- 9
5
votes
9 answers
Are there any "mind mapping" components for Delphi? (native VCL preferably)
I'm looking for a pre-written component (w/source) for a Delphi project that I'm working on, to generate mind-maps / concept-maps similar to…
C
4
votes
2 answers
Is there plugins for mind mapping?
Are there jQuery or JavaScript libraries or plugins for writing something like mind-mapping?

user950067
- 75
- 1
- 5
4
votes
0 answers
D3 Force Layout: Adding & Removing Nodes On Click
I can't seem to find any other examples which have a similar application to what I'm trying to do, so I thought I'd just ask.
I'm trying to mock up a funky mind map tool using the awesome d3.js library from mike bostock. I'm still trying to learn d3…

user1855063
- 41
- 1
- 2
3
votes
4 answers
What is the best way to store mind map data?
Mind map data starts with a core theme and branches out into many branches similar to a tree. However nodes may have relationships with each other in different branches.
Here is an example without the inter relationships…
user894325
3
votes
2 answers
Automatically convert a MindMap to another app (e.g. MS Project)
Here is the situation:
We ran a brainstorming session to find all the tasks we will have to achieve for our project
Now, I want to create a Gantt Planning (for instance) with all these tasks
We already built a MindMap with Xmind (I sometimes use…

JMax
- 26,109
- 12
- 69
- 88
3
votes
2 answers
Process/Mind mapping examples with Javascript?
Are there any examples to create a process-Map or Mind-Mapping style visualizations using Javascript visualization libraries (eg: Raphael/Processing etc)?

Satish
- 6,457
- 8
- 43
- 63
3
votes
1 answer
How to draw a line dynamically in Android layout
What I have done:
What I am looking for:
I do not care about design, but I do not know how to connect buttons to Main button with lines that are similar to the second image.
Note: I am creating buttons dynamically. Thus, I do not use XML file as I…

Nora
- 167
- 2
- 3
- 14
3
votes
1 answer
Can branches of a mindmap merge to another node?
I do lots of mindmaps recently and I often face a problem which is that I can't merge branches. Such as a node has branch1, branch2, branch3 and branch4, and I find branch3 and branch4 can tend to another node. But, it seems both MindNode and Xmind…

Wykay -z
- 41
- 1
- 4