The FreeMindPlugin implements the %FREEMIND% tag to render FreeMind mindmaps from a Twiki topic. It requires Adobe's flash player plugin to run from the browser. FreeMind is open-source, "free" graphical mind-mapping software written in Java.
This example uses %ATTACHURL% to locate a mindmap file attached to the same page.
If this plugin is installed, you will see the sample mindmap displayed via flash player.
%FREEMIND{ mindMap="http://plug4.com/pub/System/FreeMindPlugin/Wiki.mm" width="200" height="200"}%
Settings
FreeMindPlugin settings are stored as preferences variables. To reference a plugin setting, write %FreeMindPlugin_<setting>%, e.g. %FreeMindPlugin_SHORTDESCRIPTION%
Set FreeMindPlugin_SHORTDESCRIPTION = one line description here
Debug plugin: (See output in data/debug.txt) *Set FreeMindPlugin_DEBUG = 0
Installation
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
Download the ZIP file from the Plugin Home (see below)
Unzip FreeMindPlugin.zip in your twiki installation directory. Content:
File:
Description:
data/TWiki/FreeMindPlugin.txt
Plugin topic
data/TWiki/FreeMindPlugin.txt,v
Plugin topic repository
lib/TWiki/Plugins/FreeMindPlugin.pm
Plugin Perl module
pub/TWiki/FreeMindPlugin/swfobject.js
SWFobject, a flash player loader
pub/TWiki/FreeMindPlugin/expressInstall.swf
Adobe flash player installer
pub/TWiki/FreeMindPlugin/Wiki.mm
sample FreeMind mindmap
pub/TWiki/FreeMindPlugin/visorFreemind.swf
Flash application to render mindmaps
Configure the Plugin:
TWiki 4.0 and up: run the configure script to enable the Plugin
Change the Plugin settings as needed
If successful, the example mindmap on your local copy of topic FreeMindPlugin, will render in your browser.