rah_textile_bar
Published under current TXP projects
Brings a simple and minimal Quicktags Textile inserting bar to the backend. No, it’s not an heavy and buggy WYSIWYG editor that screws your own XHTML input, but instead it’s just a simple bar that insert Textile where you want. The Javascript code is forked from hak_textile_tags by great hakjoon.
Image: rah_textile_bar
List of features
- A simple Textile inserting bar.
- Outputs valid XHTML, and tiny and clean JavaScript code.
- Simple install: just run the automatic plugin installation and activate.
- Simple panel under Extensions (Textpattern > Extensions > Textilebar) where you can disable and enable textile bar items.
- Supports both, excerpt and body fields.
Requirements
Minimum requirements:
- Textpattern 4.0.7+
- Textpattern with jQuery
- A web browser that is jQuery compatible
Installation and usage
Insert plugin code to the plugin installer textarea and run the automatic setup. After activating the plugin, you will see the textilebar above Body-textarea in the Write-tab.
Changelog
Version 0.5
- Fix: doesn’t hook to textareas if all are excluded.
- Updated the Preferences Panel’s look.
Version 0.4
- Added support for multiple textareas. See new settings under rah_textile_bar’s extensions panel.
- Changed the bar’s default styles so that the bar is bit smaller.
- Rah_textile_bar version 0.3.5 and above require Textpattern version 4.0.7 or above.
- Removed unrequired what-image-to-show feature. Leftover from version 0.2.
- Compained required queries for button settings into one.
Version 0.3.5
- Improved callbacks.
Version 0.3.4
- Removed
default ''. See here.
Version 0.3.3
- Fixed error that occured when running MySQL in strict mode, caused by undefaulted not null in install script.
Version 0.3.2
- Minor: fixed slipped “abbr” to “acronym”.
Version 0.3.1
- Minor: fixed word “Documention” to “Documentation”.
Version 0.3
- Now uses CSS sprite technique.
- Changed image type from PNG to GIF: now renders fine in really old browsers.
- Improved the code and loading speed.
Version 0.2
- Re-organized the code.
- Options under Extensions-tab to disable textile bar items.
- Now inserts space after blockquotes, headers and list items.
Version 0.1
- First release.