Changes between Initial Version and Version 1 of MindMapMacro


Ignore:
Timestamp:
Nov 4, 2009, 1:21:34 AM (14 years ago)
Author:
Martin Scharrer
Comment:

New hack MindMapMacro, created by martin_s

Legend:

Unmodified
Added
Removed
Modified
  • MindMapMacro

    v1 v1  
     1= Draw mind maps using wiki list syntax =
     2
     3== Description ==
     4
     5This macro converts wiki lists made with `*` into a Freemind mindmap and displays it with the Freemind Flash Viewer.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for MindMapMacro are
     10[report:9?COMPONENT=MindMapMacro here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=MindMapMacro&owner=martin_s new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:mindmapmacro here].
     18
     19== Source ==
     20
     21You can check out MindMapMacro from [http://trac-hacks.org/svn/mindmapmacro here] using Subversion, or [source:mindmapmacro browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26{{{
     27#!MindMap
     28
     29TestMindMap
     30 *(position=right,color=#00FF00) A
     31  * a
     32   * b
     33   * e
     34  * c
     35 *(position=right,color=#00FF00) B
     36  * a
     37  * b
     38   * i
     39   * v
     40  * c
     41 *(position=left,color=#00FF00) C
     42  * a
     43  * b
     44  * c
     45}}}
     46}}}
     47
     48== Recent Changes ==
     49
     50[[ChangeLog(mindmapmacro, 3)]]
     51
     52== Author/Contributors ==
     53
     54'''Author:''' [wiki:martin_s] [[BR]]
     55'''Contributors:'''