Changes between Version 25 and Version 26 of MindMapMacro


Ignore:
Timestamp:
Apr 14, 2018, 10:09:17 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MindMapMacro

    v25 v26  
    2626[[MindMap(<anything else which returns a link inside a Trac Wiki>,width=60%,height=400px)]]
    2727}}}
    28 {{{#!html
    29 <div style="float: right">
    30 <a style="padding:0; border:none" href="/attachment/wiki/MindMapMacro/example_mindmap.2.png">
    31 <img width="600" alt="Result of example code." src="/raw-attachment/wiki/MindMapMacro/example_mindmap.2.png" title="Result of example code." />
    32 </a>
    33 </div>
    34 }}}
    3528
    3629=== 2. Long Form
     
    5851}}}
    5952
     53This will produce an image similar to the following:
     54
     55[[Image(example_mindmap.2.png, border=2)]]
     56
    6057=== Options
    6158
    6259The following options are supported:
    6360
    64 ||'''Options''' ||'''Description''' ||'''Default''' ||
     61||'''Options''' ||'''Description''' ||'''Default value''' ||
    6562|| `width`|| Width of !FreeMind window. [%] || 100% ||
    6663|| `height`|| Height of !FreeMind window. [px] || 600px ||
    6764|| `border`|| Draws (1) a border arround !FreeMind window as defined at CSS's `border:` section. Do not draw (0). [0,1] || 0 ||
    6865|| `flashvars`|| List of flashvars for the flash application separated by "|" ||
    69 || ||,,Possible values are:,, ||
    70 || `startCollapsedToLevel`|| Level of collapsed mindmap branched || 5 ||
    71 || `openUrl`|| T.B.D. || blank ||
    72 || `someothervar`|| Some other variable !FreeMind allows || N.A. ||
     66|| ||Possible values are: ||
     67|| || '''startCollapsedToLevel''': level of collapsed mindmap branched || 5 ||
     68|| || '''openUrl''': not implemented yet || blank ||
     69|| || '''someothervar''': some other variable !FreeMind allows || N.A. ||
    7370
    7471== Bugs/Feature Requests
     
    8582
    8683You can download the zipped source from [export:mindmapmacro here].
     84
     85The plugin is also available on [pypi:MindMapMacro PyPI].
    8786
    8887== Source