Changes between Version 3 and Version 4 of MindMapMacro


Ignore:
Timestamp:
Nov 5, 2009, 1:07:58 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MindMapMacro

    v3 v4  
    33== Description ==
    44
    5 This macro converts wiki lists made with `*` into a Freemind mindmap and displays it with the Freemind Flash Viewer.
     5This macro can be used to include [http://en.wikipedia.org/wiki/Mind_map mind maps] into wiki pages and other wiki-enabled Trac elements. The mind maps are displayed using a flash application.
    66
    7 '''This macro is still in its alpha stage and might not work or even freeze your Trac! ''' Just wait a little until it is more stable.
     7Two input methods are supported:
     8 * the normal macro form awaits a [TracLinks TracLink] (e.g. `attachment:file.mm`) to a [http://freemind.sourceforge.net/ Freemind] file.
     9 * the long form reads and converts a wiki lists into a Freemind mindmap and displays it.
     10
    811
    912== Bugs/Feature Requests ==
     
    2427
    2528== Example ==
     29=== Short Form ===
     30{{{
     31[[MindMap(attachment:file.mm,width=60%,height=400px)]]
     32
     33[[MindMap(source:/dir/file.mm,width=60%,height=400px)]]
     34
     35[[MindMap(<any other TracLink>,width=60%,height=400px)]]
     36
     37[[MindMap(<anything else which returns a link inside a Trac Wiki>,width=60%,height=400px)]]
     38}}}
     39
    2640[[html(<div style="float: right">)]]
    2741[[Image(example_mindmap.png,width=600)]]
    2842[[html(</div>)]]
    2943
     44=== Long Form ===
    3045{{{
    3146{{{
    3247#!MindMap
     48width=60%,height=400px
    3349
    3450TestMindMap