The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

In etc/config.yml

   Plugins:
     - WikiToolbar: {}

In your Model instead of

   render_as 'textarea';

use

  render_as 'Jifty::Plugin::WikiToolbar::Textarea';

To custom the toolbar, copy wikitoolbar.js in your application, at the end of the file put your changes with addButton function.

DESCRIPTION

Add a toolbar to your textarea field. Default toolbar provide markdown markup syntax. http://daringfireball.net/projects/markdown/