Plugins: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (format as table) |
Dan Polansky (talk | contribs) (+section to be added) |
||
Line 18: | Line 18: | ||
|- | |- | ||
| Export to Scalable Vector Graphics (SVG) | | Export to Scalable Vector Graphics (SVG) | ||
| | | Adds a menu item ''Export -> As SVG''. See also [http://en.wikipedia.org/wiki/SVG SVG] at Wikipedia. | ||
[http:// | |||
| | | | ||
|- | |- | ||
| Help | | Help | ||
| | | Adds a menu item ''Help -> Help''. Clicking it brings up a Help system - reminiscent of help usually delivered with Microsoft Windows applications. | ||
Clicking it brings up a Help system - reminiscent of help usually delivered with Microsoft Windows applications. | |||
| | | | ||
|- | |- | ||
| Export to Portable Document Format (PDF) | | Export to Portable Document Format (PDF) | ||
| | | Adds a menu item ''Export -> As PDF''. | ||
| | | | ||
|} | |} | ||
==Architecture and implementation== | |||
TODO | |||
[[Category:Documentation]] | [[Category:Documentation]] |
Revision as of 19:28, 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
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) | 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. | |
Export to Portable Document Format (PDF) | Adds a menu item Export -> As PDF. |
Architecture and implementation
TODO