Difference between revisions of "Add-ons (install)"
Line 1: | Line 1: | ||
===Add-ons=== | ===Add-ons=== | ||
− | + | Freeplane is extensible via add-ons, that are packages that can be downloaded from a central locations and that provide some non-standard functionality. Here are the first preliminary add-ons (for use with [http://freeplane.sourceforge.net/preview/ preview] versions only): | |
==Installation== | ==Installation== | ||
Line 9: | Line 9: | ||
1. copy the link location of the download links (use context menu of your web browser). | 1. copy the link location of the download links (use context menu of your web browser). | ||
− | 2. Open the Manage Add-ons dialog via Tools->Add-ons. | + | 2. Open the Manage Add-ons dialog via ''Tools->Add-ons''. |
− | 3. Enter the copied link in the | + | 3. Enter the copied link in the text field at the bottom of the dialog. |
− | 4. Click on | + | 4. Click on ''Install''. |
==Insert Inline Image== | ==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.[http://freeplane.sourceforge.net/wiki/index.php/Scripting:_Example_scripts#Inserts_an_inline_image_into_node_text_or_details Known from the example scripts page]. | + | This script asks for an URL and inserts an HTML <tt><img></tt> tag at the end of the node's text. If the node is not already an HTML node it will be converted.[http://freeplane.sourceforge.net/wiki/index.php/Scripting:_Example_scripts#Inserts_an_inline_image_into_node_text_or_details Known from the example scripts page]. The new menu item can be found under ''Edit->Extensions'' and it is bound to ''Control+Shift+i''. |
− | [http://freeplane.sourceforge.net/addons/insertInlineImage/insertInlineImage- | + | [http://freeplane.sourceforge.net/addons/insertInlineImage/insertInlineImage-v0.9.mm Download] |
− | == | + | ==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. | ||
+ | * <tt>freeplane.dsld</tt>: 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). | ||
− | [http://freeplane.sourceforge.net/addons/devtools/ | + | [http://freeplane.sourceforge.net/addons/devtools/devtools-v0.9.mm Download] |
− | |||
− | + | ==Example Theme== | |
− | + | This little theme add-on installs the old link icons (Link.png and LinkLocal.png). | |
− | |||
− | [http://freeplane.sourceforge.net/addons/ | + | [http://freeplane.sourceforge.net/addons/oldicons/oldicons-theme-v0.9.mm Download] |
Revision as of 14:31, 23 October 2011
Add-ons
Freeplane is extensible via add-ons, that are packages that can be downloaded from a central locations and that provide some non-standard functionality. Here are the first preliminary add-ons (for use with preview versions only):
Installation
To install
1. copy the link location of 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.
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.
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).
Example Theme
This little theme add-on installs the old link icons (Link.png and LinkLocal.png).