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
0
votes
1 answer
How to i build maps like in mindmeister.com in jquery?
I wish to build a site which has similar interface that of mindmester.. kinda mindmapping functionality..
wanted to know what is it built with..

Masade
- 715
- 1
- 11
- 29
0
votes
1 answer
How do I put a tag inside a tag?
I need to write the expression e to the -x square using HTML inside Freeplane. Can you please tell me how to do it?
When I try to use one tag after another like this:
f(x)=e-x2
and hit OK, the program automatically transforms my code in…

Maricela Potoc
- 161
- 11
0
votes
1 answer
Q: Expand/Collapse a parent node when a click event fires
Looking for a way that can help me 'cluster' some children nodes in their parent, and on a click event paper.on('cell:pointerdblclick', function(cellView,qqq,x,y));. expand or collapse them, depending in which state they are in, while the parent…

filipbarak
- 1,835
- 2
- 17
- 28
0
votes
3 answers
Creating, Visualizing and Querying simple Data Structures
Simple and common tree like data structures
Data Structure example
Animated Cartoons have 4 extremities (arm, leg,limb..)
Human have 4 ext.
Insects have 6 ext.
Arachnids have 6 ext.
Animated Cartoons have 4 by extremity
Human have 5 by…

Hernán Eche
- 6,529
- 12
- 51
- 76
0
votes
1 answer
How can I convert mmp files (Microsoft Project files) to xmind files?
I have received from a friend some files in mmp format. I don't have Microsoft Project but I use xmind. How can I convert mmp files (Microsoft Project files) to xmind files?

Nicos
- 1
- 2
0
votes
1 answer
Generate Text Fields in-app for MindMapping app Swift/xcode
I am currently programming a Mind Mapping app, where the app user can add textfields wherever they want to on a blank page. Is there a way to do something like that. An unprofessional way I came up with, would be adding a few hundred empty…

TAMM
- 11
- 4
0
votes
1 answer
FreePlane node details extraction and casting
this is a FreePlane Groovy code.
The task is to extract the node details and cast it to integer, or leave it equal to 1 if details are null (empty) or non-numeric. Initially, node details contain only "4" in plain text layout.
Here is my code:
def…

Emil
- 629
- 2
- 7
- 24
0
votes
1 answer
How to integrate Mind map in Asp.net C#
I have some very exciting requirement from the client. Client does not want me to display the results in grid based layout(it looks like a database to him) rather he want me to display the results in some Mind-map way. I have googled some Mind…

Rohit Daga
- 86
- 1
- 1
- 8
0
votes
2 answers
Generator of "mind map" from files.c
I started a while ago to learn the C language, and has spent several hours I search THE miracle software.
I am looking for software that import sources of software in C (files.c) and generates a "mind map" of the code with all files, functions,…

signo
- 56
- 9
0
votes
1 answer
engine for cross-platform layouts like these ones for mindmapping
I want to create a program. Part of its gui is similar to mindmapping or yahoo-pipes (you got the idea). And I want to be able to port this program to Windows, Linux and Android (don't really care about Macs).
So can you help me to choose a…

Valentin Golev
- 9,965
- 10
- 60
- 84
0
votes
1 answer
Mindmapping example with KineticJS
I want to create a mapper (like mindmapping) with KineticJS and JQuery. But I didn't find how to begin with KineticJS. Actually, I only need some example to draw a box (some shape) in the middle of the page with just one arrow.
Any help will be…
user1807367
0
votes
1 answer
Indexing mind maps for full text search in Alfresco?
I'm looking for a way to index the contents of .mm files on Alfresco 4.1 for Windows 7 so I can search within each mind map. So far I've found a promising method however I can't seem to get it to work.
The best way seems to be extracting each .mm…

vrothenberg
- 1
- 1
0
votes
1 answer
Click on a childnode's child and the lines disappear - Primefaces 3.4 mindmap
The problem is as stated above, essentially. While in the example here:
http://www.primefaces.org/showcase-labs/ui/mindmap.jsf
if you click on NS(s) you can click on one of the childnodes of your choice, say, ns7.google.com, and then go back to…

AodhanOL
- 630
- 7
- 26
-1
votes
1 answer
Mindmup installation procedure
How can I install mindmup as a standalone application using sinatra. Is there any proper documentation for that. I don't have experience with ruby. Please help.
The source code is available here

Mijoe
- 236
- 2
- 9
-2
votes
0 answers
Calculate Position in ReactFlow
I am working on React Project that enables user to create and Schedule workflows.
Packages used :
ReactFlow
I have list of nodes and edges without XYPosition information. How to calculate position dynamically, so that there won't be any overlaps…