View Single Post
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#4
I was also searching for a mindmapping solution, but I think I will use the solution below for now.

At first I just tried the "freemind -> File -> Export -> As flash..." functionality and was happy to find out that the result is viewable on your NIT.

Now I just found a Python script to convert an outline like this:

Code:
root
    branch1
        leaf1
        leaf2
    branch2
    branch3
to a simple .mm file. You can view this file with the flash freemind browser included with freemind.

So you can use vimouliner to write your outline (or just plain vim), run this script and view the file in your browser.

At the moment this is a manual task but it would not be to difficult to automate this further using vim and python.

Here is the link to the text-to-freemind python script:
http://uwstopia.nl/blog/2007/10/text...emind-released