Aloha Editor Plugins

Aloha Editor is designed to be allow delevopers to easily extend its functionality. Aloha Editor itself comes with the basic functionality. It allows cross browser editing and provides an framework to generate xHTML5 compatible content. If you developed a plugin and want it to be listed please write a mail to developer at aloha-editor dot org.
Plugins

Link

The Aloha Link Plugin comes with a lot of features:
  • Shortcut to mark or edit link hrefs.
  • Implements the full features set of the Aloha Editor repository interface
  • Automatic autosuggest links when typing through Aloha Editor repository.
  • Browse with Aloha Repository Browser through Aloha Editor repositores.
  • Automatically add link target depending on a regex
  • Automatically add link css class depending on a regex. Eg. for external links.
  • Format a link (extend to the word if selection is collapsed)
  • Follow the link when holding CTRL or CMD and click
  • Show a the hand cursor when the CTRL or CMD key is pressed
Autor Norbert Pomaroli
Haymo Meran
Status stable
Plugins

Linkchecker

The Linkchecker checks if a link is valid in realtime when a editable is active. The Linkchecker uses the http HEAD method to check wheater a link exists. Links that may be valid at a later time are marked orange others that are premanent invalid are marked red. The error message is displayed when the user moves the mouse pointer over the link. The Linkchecker supports a proxy configuration to avoid cross site scripting.
Autor Haymo Meran
Norbert Pomaroli
Status stable
Plugins

List

The List Plugin allows the user to make ordered and unordered lists. The lists may be indented or outdented using the TAB key.
Autor Norbert Pomaroli
Status stable
Plugins

Format

The Format Plugin allows the user to format text with Following formattings:
  • bold
  • italic
  • paragraph
  • superscript
  • subscript
  • headline 1-6
  • fixed width font
  • remove formattings
Autor Clemens Prerovsky
Norbert Pomaroli
Status stable
Plugins

Paste

The Paste Plugin provides a method to register paste handler. Currently following paste handler are available:
  • MS Word Paste (all Versions and platforms from MS Office 2007 on)
Autor Norbert Pomaroli
Status stable
Plugins

Table

The table plugin currently supports following functionality:
  • insert tables with the size you want with one click
  • select colums and rows (single, multi, selective)
  • insert and delete selected columns or rows
  • jump from one cell to another with the TAB key
  • create a new table row when hitting TAB in the last cell
  • add a summary
  • add a caption
Autor Philipp Kronberger
Clemens Prerovsky
Haymo Meran
Norbert Pomaroli
Status stable
Plugins

Abbr

The Abbreviation plugin adds an abbr tag to the selected content and lets you insert the full word.
Autor Haymo Meran
Status stable
Plugins

HighlightEditables

The highlight editables plugin highlights all editables with a yellow outline when you move your mouse and marks the currently active editable with a blue outline.
Autor Clemens Prerovsky
Haymo Meran
Status stable
Plugins

TOC

The table of contents plugin inserts a table of contents consisting of an ordered list and links to the headlines.
Autor Tobias Steiner
Status stable
Plugins

Delicious

The delicious Reposity connects to the public popular delicious links or to the links of a configured delicious user. When a user is configured all tags of the user are prefetched and used to search for links. In this case also parts of tags are search. A tree view is implemented as well and uses the tags to generate a tree. In a sub node all tags are display that are connected with the tags in the higher path of the tree.
Autor Haymo Meran
Status stable
Plugins

LinkList

This repository lets you configure a list of links that are used to autocomplete when inserting links. The tree view is genereated by splitting the URLs. It could be a simple way to get started with internal links when integrating with a backend system.
Autor Haymo Meran
Status stable
Plugins

Product

Demonstrates how you can integrate a Product database as plugin.
Autor Clemens Prerovsky
Status stable
Plugins

Save

Shows how develop a plugin to save content.
Autor Laurin Herlt
Status stable
Plugins

Annotations

Heavy work in progress...
With semantic annotaions the user should need less time to work with content and should be enabled to produce content in a higher quality. Additionally it should be possible to annotate content transparently for better automatic processing by other systems.
  • The Annotations Plugin provides an API to implement one or more annotation services.
  • The Annotations Plugin provides an API to access annotations for plugins.
  • The Annotations Plugin provides an API for inline Annotators to apply annotations to the content (RDFa, FOAF, etc.)
  • Plugins may provide possibilities for manual corrections. They need handling for each entity or may depend on the data the annotation service delivers.
  • Plugins may use the annotations API from the Annotations Plugin to provide additional informations like autotagging, additional information about an entity, etc.
  • Special plugins may provide possibility to correct or define special entities eg. http://www.freebase.com/schema/type/people/person
  • auto-tagging may add additional tags in a defined field around the content
  • auto-info may display information about an entity when the cursor is in that entity
  • an information enhancer may provide additional information when the cursor is in an certain entity
  • a highlighter may mark visually all annotated entities
Autor Rene Kapusta
Haymo Meran
Status work in progress
Plugins

DragAndDropFiles

The Drag and Drop Files plugin provides the possibility to drag files from your computer to an editable. This files are the forwarded to other plugins which listen to the drop event for further processing.
Autor Nicolas Karageuzian
Status work in progress
Plugins

Image

The image plugin enables you to work with images in the content.
  • search images in all connected Aloha Editor repositories.
  • Change the image url
  • Add an image title
  • change the image size, with handlers and buttons
  • add padding with buttons
  • change the alignment of images
Autor Nicolas Karageuzian
Benjamin Lupton
Status work in progress