# Jifty-Plugin-WikiToolbar **Repository Path**: mirrors_gitpan/Jifty-Plugin-WikiToolbar ## Basic Information - **Project Name**: Jifty-Plugin-WikiToolbar - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Jifty::Plugin::WikiToolbar - Jifty plugin to add a wiki toolbar to your textarea box SYNOPSIS In etc/config.yml Plugins: - WikiToolbar: {} In your Model instead of render_as 'textarea'; use is WikiToolbar; or you can custom rows size with sub Jifty::Plugin::WikiToolbar::Textarea::rows { return 15; }; 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/ METHOD init load wikitoolbar.js on startup AUTHOR Yves Agostini, LICENSE Copyright 2007-2010, Yves Agostini This program is free software and may be modified and distributed under the same terms as Perl itself.