wiki:0.5/Plugins

Plugins

WYMeditor 0.5 package includes a simple plugin which demonstrates how easy it is to write plugins for WYMeditor.

hovertools

This plugin improves visual feedback by:

  • displaying a tool's title in the status bar while the mouse hovers over it.
  • changing background color of elements which match a condition, i.e. on which a class can be applied.

See Writing Plugins for more info on plugins.

Note: Next versions will use a more advanced events handling architecture which will allow a better interaction between plugins and the editor.