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
3
votes
3 answers

Display data as a mindmap

On this screencast, at time 16:15, Paul Nielsen talks about displaying data as a mindmap. How could I do that?
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
2
votes
1 answer

How do you get the content of a MindMeister Map using the V2 API

I would like to read the content of a MindMeister mindmap using their API. In V1 (now deprecated) you could get an XML response via mm.maps.getMap and that would return data nodes in the mind map like this getMap !
David Cruwys
  • 6,262
  • 12
  • 45
  • 91
2
votes
1 answer

embeddable javascript brainstorming tools

I'm trying to develop a website to do some collaborative brainstorming with my friends. While there are plenty of websites offering mind-mapping services online, I would like to create my own so that we can share files/data while we brainstorm. So,…
Rishi
  • 3,538
  • 5
  • 29
  • 40
2
votes
2 answers

Building mind map based webapp. Not sure which framework to choose

We are working on a Mind map based webapp as our final year college project. It will be a website where users will be able to create mind maps collaboratively. The user interface will be very similar to what https://bubbl.us/beta/ and…
enli
  • 109
  • 1
  • 1
  • 5
2
votes
1 answer

How would I create a web based dynamic mind mapping application in Javascript?

I am trying to create a type of mind mapping software that runs on the web, and I am trying to figure out where to start. I would like this to be able to be used by the most number of people possible. My web application is currently written using…
KallDrexx
  • 27,229
  • 33
  • 143
  • 254
2
votes
1 answer

How should I use "Personal access tokens" of MindMeister API?

About the authentication of MindMeister API, there are three types: API Keys OAuth 2.0 Apps Personal Access tokens I want to use the third one, it explains the next: Personal access tokens Personal access tokens enable direct access to your…
Vinicio Ajuchan
  • 342
  • 1
  • 9
2
votes
1 answer

What groupware/collaboration system to choose?

I am looking for a good (stable enough, intuitive enough, and the more technologically modern and advanced - the better) free PHP-based online groupware/collaboration system. 100% UTF-8 is a requirement. OOP-style code is an advantage. And…
Ivan
  • 63,011
  • 101
  • 250
  • 382
2
votes
0 answers

org-mode mindmap export using HTML export + CSS?

Using org-mode to generate mindmaps from heading structure has been elusive. There is a Freemind export, but I don't want to have to fire up an external app, and anyway Freemind mind maps look ugly to me. What about using org-export-html, along…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
2
votes
1 answer

How do I use WebRequest and HttpWebResponse in C# to navigate to an authentication url and login to a website?

I am trying to use the MindMeister API (as documented here: http://www.mindmeister.com/developers/authentication) to make a desktop application. So far, I am able to generate an authentication url as documented on their developer's guide with an api…
user1777663
  • 155
  • 1
  • 6
1
vote
0 answers

exporting from freemind

In order to embed a map created in freemind as it looks in the tool, into my web based application I would need to export it as javascript. is that right? Also where would I get some help/tips to like attach js events to 'onclick' of the nodes? I…
pri_dev
  • 11,315
  • 15
  • 70
  • 122
1
vote
1 answer

There is some Javascript API to development of mindmaps?

I'm on a contest with a team. At the moment, I doing some research and I want to find something that can help the creation of mind maps. There is some Javascript API that can do this? I need an API where can I add nodes in real-time, not only for…
Renato Dinhani
  • 35,057
  • 55
  • 139
  • 199
1
vote
2 answers

How to create a horizontal/vertical tree in yEd Graph Editor?

I've been using yEd Graph Editor for the past few days (http://www.yworks.com/en/products_yed_about.html) and I wonder how to create a tree that looks like that: http://slickplan.com/create.php I basically need a tree that mixes horizontal and…
1
vote
1 answer

mind mapping controls for Web Application (ASP.NET)

I was wondering if anyone may know of any third party controls that can be purchased to perform mind mapping capabilities? My goal is to have the ability to wire up "canned up" controls. The controls should give a user an ability to drag and drop…
MdeVera
  • 647
  • 5
  • 8
  • 22
1
vote
2 answers

any API for handling graph? in java

I would like to use the concept of MindMap http://en.wikipedia.org/wiki/Mind_map in a AI program. Is there any API for java? A good api for drawing and manipulating graphs with enough documentation and examples will also do the job. I dont actually…
shababhsiddique
  • 904
  • 3
  • 14
  • 40
1
vote
2 answers

Library/function/class for creating mind maps programmatically?

I'm looking for a library, function or similar that can generate a mind map programmatically. Preferably written in php, python. The output should be html or html5. There seem to be many web based mind mapping software available, so I would prefer…
user578911
  • 27
  • 1
  • 3