=== Client-proof Visual Editor === Contributors: hugobaeta Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hugo%40baeta%2eme&lc=US¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: visual editor, TinyMCE Requires at least: 3.0 Tested up to: 3.8 Stable tag: 1.2 Simple, option-less, plugin to make TinyMCE - the WordPress Visual Editor - easier for clients and n00bs. == Description == Simple, option-less (yeah, that's a feature), plugin to make TinyMCE - the WordPress Visual Editor - easier for clients and n00bs. It removes a bunch of TinyMCE features that could potentially be used by inexperienced clients to screw-up the theme developers hard work! It also makes TinyMCE remove the nasty formatting when you paste content directly in it - so, there is no need to use the "paste from Word" or "paste from text" buttons! Thanks to [José Fontainhas](http://ze.fontainhas.com/) for testing and SVN help and [Tiago Rodrigues](http://http://trodrigues.net/) for help with TinyMCE "paste" issues. == Frequently Asked Questions == = What buttons are kept in the Editor? = * Strong * Emphasis * Strike Through * Format (h2, h3, h4, Paragraph, Definition Term, Definition Description, Code) * Unordered Lists * Ordered Lists * Blockquote * Link Buttons * Horizontal Line * More Tag * Remove Formatting * Full Screen mode = Where are the plugin options? = This plugin has no options. That is a feature! Just activate it and enjoy the simplicity. == Installation == 1. Upload `clientproof-visual-editor.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Enjoy the simplified Visual Editor == Screenshots == 1. screenshot-1.png == Changelog == = 1.2 = * Updated code to fix bug with second row of buttons showing up sometimes. = 1.1 = * Updated code to add full-screen mode button and update version compatibility to WordPress 3.8 = 1.0 = * Plugin creation