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

From Freeplane - free mind mapping and knowledge management software
(User Icons)
Line 19: Line 19:
 
Here are the first packages, for use with [http://sourceforge.net/projects/freeplane/files/freeplane%20beta/ Beta] or [http://freeplane.sourceforge.net/preview/ preview] versions only:
 
Here are the first packages, for use with [http://sourceforge.net/projects/freeplane/files/freeplane%20beta/ Beta] or [http://freeplane.sourceforge.net/preview/ preview] versions only:
  
=Packages=
 
==Insert Inline Image==
 
'''by Volker Börchers and Rickenbroc'''
 
  
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/images/insertInlineImage.png Insert Inline Image==
 +
'''by [http://sourceforge.net/users/boercher/ Volker Börchers], [http://sourceforge.net/users/rickenbroc/ Rickenbroc]'''
  
[http://freeplane.sourceforge.net/addons/insertInlineImage/insertInlineImage-v0.9.6.addon.mm Download  v0.9.6]
+
This script asks for an URL and inserts an HTML <font face="Courier New">img</font>&#160;tag at the end of the node's text. If the node is not already an HTML node it will be converted.
  
==Old Icons Theme==
+
The image can be made a link, either to the image source URL or to a custom URL.
 +
 
 +
[http://freeplane.sourceforge.net/addons/insertInlineImage/insertInlineImage-v0.9.6.addon.mm Download v0.9.6]
 +
 
 +
 
 +
==http://freeplane.sourceforge.net/addons/oldicons-theme/images/oldicons-theme.png Old Icons Theme==
  
 
This little theme add-on installs the old (pre 1.2.9) link icons (Link.png and LinkLocal.png).
 
This little theme add-on installs the old (pre 1.2.9) link icons (Link.png and LinkLocal.png).
Line 33: Line 36:
 
[http://freeplane.sourceforge.net/addons/oldicons-theme/oldicons-theme-v0.9.5.addon.mm Download v0.9.5]
 
[http://freeplane.sourceforge.net/addons/oldicons-theme/oldicons-theme-v0.9.5.addon.mm Download v0.9.5]
  
==User Icons==
+
 
 +
==http://freeplane.sourceforge.net/addons/userIcons/images/userIcons-icon.png User Icons==
 
'''by Predrag Cuklin'''
 
'''by Predrag Cuklin'''
  
Line 40: Line 44:
 
[http://freeplane.sourceforge.net/addons/userIcons/userIcons-v1.1.addon.mm Download v1.1]
 
[http://freeplane.sourceforge.net/addons/userIcons/userIcons-v1.1.addon.mm Download v1.1]
  
=Packages for developers=
+
 
==Add-on Developer Tools==
+
=For developers=
 +
 
 +
==http://freeplane.sourceforge.net/addons/devtools/images/devtools.png 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:
 
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:

Revision as of 23:34, 15 December 2011

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_05 or later.

With slightly older versions you have to follow this procedure:

  1. In Freeplane select Tools > Add-ons > Search add-ons > Visit add-on page
  2. Search your add-on; choose download
  3. Save the add-on on your computer, e.g. on the desktop
  4. Select Tools > Addons > Search and install
  5. Select directory icon; find and select the file you just downloaded (e.g. on your desktop)
  6. Select Install
  7. 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 Beta or preview versions only:


http://freeplane.sourceforge.net/addons/insertInlineImage/images/insertInlineImage.png Insert Inline Image

by Volker Börchers, Rickenbroc

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.

The image can be made a link, either to the image source URL or to a custom URL.

Download v0.9.6


http://freeplane.sourceforge.net/addons/oldicons-theme/images/oldicons-theme.png Old Icons Theme

This little theme add-on installs the old (pre 1.2.9) link icons (Link.png and LinkLocal.png).

Download v0.9.5


http://freeplane.sourceforge.net/addons/userIcons/images/userIcons-icon.png User Icons

by Predrag Cuklin

This add-on adds standard Freeplane icons under User icons in bigger size (24 px) and adds other icons (computer, more office icons...).

Download v1.1


For developers

http://freeplane.sourceforge.net/addons/devtools/images/devtools.png 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).

Download v0.9.9