At line 1 added one line |
!!!Introduction |
At line 3 changed one line |
Instead of hosting mindmap files on a wiki, it seems interesting to map a mindmap to a bunch of wiki pages. |
Instead of [hosting mindmap files on a wiki|EmbeddedMindMap], it seems interesting to map a mindmap to a bunch of wiki pages. |
At line 8 added 7 lines |
This could be mapped like this in Freemind: |
* wiki hyperlink: regular branch, the pointed page is a child branch. |
* external hyperlink: hyperlink |
* regular text: a branch leading nowhere |
* h1, h2: a branch with title, lower levels become subbranches. |
* list: a branch without text |
* table: maybe a branch per row, a subbranch per column repeating the column name, a subsubbranch with the data |
At line 16 added 16 lines |
!!!Solutions |
|
!!Generate Wiki Pages from FreeMind |
*Transform a mindmap (.mm) into a set of wiki pages (batch mode). |
*Modify [FreeMind|http://freemind.sourceforge.net/] to update the wiki via RPC as nodes are added removed (real time mode) |
|
!!Generate FreeMind MindMaps from Wiki Pages |
*map Wiki tags into Freemind tags, represent the .mm as simple text structure (wikiwiki for .mm as opposed to HTML). ''How to render the resulting page? Needs to be .mm fie to be opened by the applet.'' |
*Write an app that crawls the wiki and translates the structure into a .mm0 |
*Use the WikiEngine's search feature to get sets of pages to be turned into a .mm (store the .mm on the server, view it with the applet) |
|
!!!Related tools |
Graphics editors that work well on the web could be useful: |
* [http://svg-edit.googlecode.com/svn/branches/2.5/editor/svg-editor.html] |
* [Spacegraph Macro|http://confluence.atlassian.com/display/DOC/Spacegraph+Macro] for Confluence wiki. It uses graphviz to plot a graph of the pages in a wiki space. |
* Since a mindmap is often represent as vector graphics, this is related to [Wiki and SVG] |