=== Plugin Name === Contributors: stormuk, adam_pope Donate link: http://www.stormconsultancy.co.uk/ Tags: tinymce Requires at least: 3.4 Tested up to: 3.9 Stable tag: 2.0 License: MIT License URI: http://opensource.org/licenses/MIT Simple options to tidy up the uncommonly used buttons and controls from WordPress TinyMCE editor. Updated to work with both the new 3.9 editor and 3.8 and earlier version. == Description == Simple options to tidy up the uncommonly used buttons and controls from WordPress TinyMCE editor Currently the plugin supports the following: Block Formats * h1 / Heading 1 * h2 / Heading 2 * h3 / Heading 3 * h4 / Heading 4 * h5 / Heading 5 * h6 / Heading 6 * p / Paragraph * address / Address * pre / Preformatted Buttons * strikethrough / Strikethrough * underline / Underline * bold / Bold * italic / Italic * forecolor / Font color * justifyfull / Justify text * outdent / Outdent * indent / Indent * charmap / Special Characters * help / Help * pasteword / Paste from Word * pastetext / Pase as plain text * removeformat / Remove formatting * undo / Undo * redo / Redo * bullist / Bullet list * numlist / Numbered List * blockquote / Block quote * justifycenter / Center align * justifyright / Right align * justifyleft / Left align * spellchecker / Spell checker == Installation == Download a zip of the repository and put in a *wp-tidy-tinymce* directory inside *wp-content/plugins*. Go to the plugins page and activate it. You can then visit the Settings > Tidy TinyMCE page to pick which block formats and buttons you want to be available in the editor. == Changelog == = 2.0 = * Updated to work with 3.9 = 1.0 = * First version