Difference between revisions of "Add-ons (install)"

From Freeplane - free mind mapping and knowledge management software
(Created page with '===Add-ons=== Starting shortly Freeplane will be extensible via add-ons, that are packages that can be downloaded from a central locations and that provide some non-standard fun...')
 
Line 6: Line 6:
  
 
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 <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].
 +
 +
[http://freeplane.sourceforge.net/addons/insertInlineImage-1.0.mm Download]
  
 
==Developer Tools==
 
==Developer Tools==
Line 13: Line 15:
 
* checkAddOn.groovy: Adds all standard nodes, attributes and notes to the current map. Can be used with an empty Map to create an add-on skeleton.
 
* checkAddOn.groovy: Adds all standard nodes, attributes and notes to the current map. Can be used with an empty Map to create an add-on skeleton.
 
* insertBinary: Asks for a file to insert as text of the current node (BASE64 encoded).
 
* insertBinary: Asks for a file to insert as text of the current node (BASE64 encoded).
 +
 +
[http://freeplane.sourceforge.net/addons/example/oldicons-theme-1.0.mm Download]

Revision as of 00:28, 17 October 2011

Add-ons

Starting shortly Freeplane will be 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:

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.

Download

Developer Tools

This add-on collects some utilities that script and/or add-on developers will find useful. Among other:

  • checkAddOn.groovy: Adds all standard nodes, attributes and notes to the current map. Can be used with an empty Map to create an add-on skeleton.
  • insertBinary: Asks for a file to insert as text of the current node (BASE64 encoded).

Download