Questions tagged [mindmapping]

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.

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,356
  • 6
  • 57
  • 83
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
  • 141,486
  • 84
  • 375
  • 483
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
  • 4,687
  • 7
  • 27
  • 35
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
  • 5,645
  • 7
  • 37
  • 57
6
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
5
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
  • 954
  • 12
  • 20
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
1 answer

Mind map components in Jquery/javascript

I was looking for mindmaps using jquery, or javascript script library. I found one at JIT http://thejit.org/static/v20/Jit/Examples/Spacetree/example1.html Please do suggest me any other libraries for mindmap.
karthik
  • 617
  • 3
  • 10
  • 17
4
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
  • 136
  • 2
  • 9
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…
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…
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
  • 24,408
  • 12
  • 63
  • 87
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,337
  • 7
  • 39
  • 62
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 Alnashwan
  • 157
  • 1
  • 3
  • 14
1
2 3 4