Add-ons (install)
Contents
What is an Add-on?
Add-ons are well-known from applications like Firefox, LibreOffice. They are used as extensions and for customization. They can provide a single function, bound to a menu item or much more. Add-ons are not necessarily provided by the Freeplane core developers. Anybody can write an add-on! (see the add-on developer documentation).
Installing an add-on
The add-on has the form of a mind map with the special suffix .addon.mm. To install the package via a single click you need Freeplane version v1.2.10_04 or later.
With slightly older versions you have to follow this procedure:
1. Copy the download links (use context menu of your web browser).
2. Open the Manage Add-ons dialog via Tools->Add-ons.
3. Enter the copied link in the text field at the bottom of the dialog.
4. Click on Install.
5. Restart Freeplane.
You will find the new command in the menu. (For instance "Insert Inline Image" can be found under Edit->Node extensions and it will have the shortcut Ctrl+Shift+i.)
Here are the first packages, for use with preview versions only:
Packages
Add-on Insert Inline Image
This script asks for an URL and inserts an HTML <img> tag at the end of the node's text. If the node is not already an HTML node it will be converted. Known from the example scripts page. The new menu item can be found under Edit->Extensions and it is bound to Control+Shift+i.
Add-on Example Theme
This little theme add-on installs the old link icons (Link.png and LinkLocal.png).
Packages for developers
Add-on Developer Tools
This add-on collects some utilities that script and/or add-on developers will find useful. The new functions are available under Tools -> Development Tools. Among other:
- Check Add-on: Adds all standard nodes, attributes and notes to the current map. Can be used with an empty Map to create an add-on skeleton.
- Release Add-on: It copies the <addon>.mm to <addon>-<version>.mm and updates the script node's context from the files lying around.
- freeplane.dsld: Adds Eclipse editor support for predefined script bindings such as node, c, ui, textUtils, ...
- Insert Binary: Asks for a file to insert as text of the current node (BASE64 encoded).