wiki:MindMapMacro

Version 3 (modified by Martin Scharrer, 14 years ago) (diff)

--

Draw mind maps using wiki list syntax

Description

This macro converts wiki lists made with * into a Freemind mindmap and displays it with the Freemind Flash Viewer.

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.

Bugs/Feature Requests

Existing bugs and feature requests for MindMapMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:mindmapmacro here].

Source

You can check out MindMapMacro from here using Subversion, or browse the source with Trac.

Example

No image "example_mindmap.png" attached to MindMapMacro

{{{
#!MindMap

TestMindMap
 *(position=right,color=#00FF00) A
  * a
   * b
   * e
  * c
 *(position=right,color=#00FF00) B
  * a
  * b
   * i
   * v
  * c
 *(position=left,color=#00FF00) C
  * a
  * b
  * c
}}}

Recent Changes

17116 by rjollos on 2018-04-13 00:16:00
TracMindMapMacro 1.2.0dev: Fix some parsing errors

Conform to PEP8 and refactor code.

17108 by rjollos on 2018-04-10 21:55:44
TracMindMapMacro 1.2.0dev: Add dependency link for TracExractUrl
16368 by rjollos on 2017-03-23 00:49:19
Fix _get_tables not working with MySQL
(more)

Author/Contributors

Author: martin_s
Contributors:

Attachments (1)

Download all attachments as: .zip