Tags:
create new tag
view all tags

FreeMindPlugin

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.

Syntax

%FREEMIND{ mindMap="pathToMindMap.mm" <optional attributes>}

Attribute Description Required
mindMap specify the mindmap (.mm file) to display Yes
width specify the display area width in pixels or percentage No
height specify the display area height in pixels or percentage No

Example

%FREEMIND{ mindMap="%ATTACHURL%/Wiki.mm" width="200" height="200"}}%

IDEA! 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.

Flash plugin or Javascript are turned off. Activate both and reload to view the mindmap

Settings

FreeMindPlugin settings are stored as preferences variables. To reference a plugin setting, write %FreeMindPlugin_<setting>%, e.g. %FreeMindPlugin_SHORTDESCRIPTION%

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.

Plugin Info

Plugin Author: TWiki:Main.JohnPoplett
Copyright: 2007, TWiki:Main.JohnPoplett
License: GPL (GNU General Public License)
Plugin Version: 01 Dec 2008 (V1.000)
Change History:
01 Dec 2008: Initial version
TWiki Dependency: $TWiki::Plugins::VERSION 1.1
CPAN Dependencies: none
Other Dependencies: JavaScript™ and Flash support in browser
Perl Version: 5.005
Benchmarks: GoodStyle nn%, FormattedSearch nn%, FreeMindPlugin nn%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPlugin
Dev Appraisal: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPluginAppraisal

Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences

%TOPICCREATE{ template="Plugins.PluginDevTemplate" topic="FreeMindPluginDev" disable="NewPluginTemplate" parameters="pluginName=FreeMindPlugin&RelatedTopics=FreeMindPlugin, FreeMindPluginAppraisal" }% %TOPICCREATE{ template="Plugins.PluginAppraisalTemplate" topic="FreeMindPluginAppraisal" disable="NewPluginTemplate" parameters="RelatedTopics=FreeMindPlugin, FreeMindPluginDev" }% -- TWiki:Main.JohnPoplett - 01 Dec 2008

Topic attachments
I Attachment History Action Size Date Who Comment
Unknown file formatmm Wiki.mm r1 manage 2.1 K 2008-12-02 - 19:13 UnknownUser  
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2008-12-02 - JohnPoplett
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.FreeMindPlugin.