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

NAME

Jifty::Plugin::Wikitext - Wikitext field renderer

USAGE

Add the following to your site_config.yml

 framework:
   Plugins:
     - Wikitext: {}

Then for any form field that should be rendered as wikitext, use render as 'wikitext', like so:

    column content =>
        render as 'wikitext';

SEE ALSO

Jifty::Plugin::Userpic

COPYRIGHT AND LICENSE

Copyright 2009 Best Practical Solutions

This is free software and may be modified and distributed under the same terms as Perl itself.