Plugins: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+section to be added)
(Export to PDF and export to SVG are one plugin)
Line 17: Line 17:
|
|
|-
|-
| Export to Scalable Vector Graphics (SVG)
| Export to Scalable Vector Graphics (SVG) and export to Portable Document Format (PDF)
| Adds a menu item ''Export -> As SVG''. See also [http://en.wikipedia.org/wiki/SVG SVG] at Wikipedia.
|
* Adds a menu item ''Export -> As PDF''.
* Adds a menu item ''Export -> As SVG''. See also [http://en.wikipedia.org/wiki/SVG SVG] at Wikipedia.
|
|
|-
|-
| Help
| Help
| Adds a menu item ''Help -> Help''. Clicking it brings up a Help system - reminiscent of help usually delivered with Microsoft Windows applications.
| Adds a menu item ''Help -> Help''. Clicking it brings up a Help system - reminiscent of help usually delivered with Microsoft Windows applications.
|
|-
| Export to Portable Document Format (PDF)
| Adds a menu item ''Export -> As PDF''.
|
|
|}
|}
Line 32: Line 30:
==Architecture and implementation==
==Architecture and implementation==
TODO
TODO
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/plugins/ freemind/plugins] - CVS


[[Category:Documentation]]
[[Category:Documentation]]

Revision as of 19:42, 17 February 2009

Plugins delivered with 0.8.0

Some "Gotchas":

  • You need to be using the FreeMind "Max" version to be able to access the plugins (it's great, by the way!).
  • Also, there is a bug (in FreeMind v.0.8.0) that means that plugins are not operative if you start FreeMind by clicking on a .mm file that is not in the same folder as FreeMind. See Known Bugs & Workarounds
Plugins delivered with FreeMind 0.8.0
Title Description Note
Time Management The time management plugin enables you to select dates from a calendar, add these dates to the selected nodes and to add reminders. A reminder is a date that is stored with the node it is attached to. Periodically, FreeMind checks if the date/time is already reached and inform you using blinking icons.

See also Time Management HowTo

Export to Scalable Vector Graphics (SVG) and export to Portable Document Format (PDF)
  • Adds a menu item Export -> As PDF.
  • Adds a menu item Export -> As SVG. See also SVG at Wikipedia.
Help Adds a menu item Help -> Help. Clicking it brings up a Help system - reminiscent of help usually delivered with Microsoft Windows applications.

Architecture and implementation

TODO