=== Just Writing === Contributors: GregRoss Plugin URI: http://toolstack.com/just-writing Author URI: http://toolstack.com Tags: admin posts writing Requires at least: 3.5.0 Tested up to: 3.7.1 Stable tag: 2.13 Adds buttons to the Distraction Free Writing Mode for all kinds of extra functions. == Description == Distraction Free Writing Mode (DFWM) is a great way to focus on writing text, but have you ever found yourself wanting to do a bit more with it? How about spell check, or change the paragraph style without dropping back to the standard post edit mode? Now you can get all the functionality of the standard mode tools in DFWM! But maybe you think there are too many buttons in DFWM, no problem you can get rid of pretty much all of them! Just Writing takes DFWM from a great way to write to a great way of writing posts! This plugin adds the following commands to the toolbar in DFWM: * Strikethrough * Preformatted * Underline * Proofread Writing * RemoveFormat * Insert More Tag * Align Left * Insert custom character * Align Full * Undo * Align Right * Redo * Indent * Preview * Paragraph * Superscript * H1 * Subscript * H2 * Cut * H3 * Copy * H4 * Paste * H5 * Paste as Text * H6 * Paste from Word * Address * Font * Font Color * Font Color * Background Color And there's more! * Option to remove the fade effect and keep the toolbar visible * Option to hide the border on the title/body areas * Option to hide the word count * Adds an optional Preview button to the right of the Save button * Moves the exit link to the right of the new Preview button as a real button * Re-orders the button list to make more sense * Per-user preferences for enabling Just Writing * Per-user preferences for which buttons to display * Option to start in DFWM for new posts * Option to start in DFWM when editing posts * 'lighter' border option for title/body area * Option to disable editor mode bar. This code is released under the GPL v2, see license.txt for details. == Installation == 1. Extract the archive file into your plugins directory in the just-writing folder. 2. Activate the plugin in the Plugin options. 3. Login to WordPress and go to your profile page, update the options at the bottom. == Frequently Asked Questions == = What browsers are supported? = Try it and find out, the JavaScript is pretty basic so it should work in just about any browser. I've successfully run it on: * IE 11 * Opera 12.16 * FireFox 24/25 * Chrome 31 = I've disabled the fade effect and now the browser is running slowly, what's wrong? = The fade effect is triggered by WordPress when no mouse movement is executed for 2 seconds, the only (without changing some of the WordPress sources files at least) way to disable it is to execute a mousemove event every 1.5 seconds. This shouldn't be an issue in any modern browser, but if your having performance issues, simply re-enable the fade effect. = I've disabled the fade effect but there is a 'flicker' when DFWM comes up, what's wrong? = If you start DFWM without moving the mouse you might hit right between when WordPress starts fading but before Just Writing fires off a mousemove event, this shouldn't be an issue after the first start of DFWM. = I'm using the Javascript color picker and when I click on a color it deselects the text and doesn't set the color, what's wrong? = There's a bug between TinyMCE and some browsers (so far IE 11 for sure) I haven't found any solution other than to disable the Javascript color pickers in the Just Writing options. == Screenshots == 1. Pre installation DFWM. 2. Post installation DFWM. 3. User preferences screen. 4. A real DFWM! == Changelog == = 2.13 = * Added Javascript color pickers for font color and background color. * Added option to disable Javascript color pickers (they may not work in some browsers). * Collapsed the user options and button options by default to make the user preferences screen cleaner. = 2.12.2 = * Fixed issue with Chrome not centering the toolbar correctly * Prettied up the font/color listboxes. Only works on some browsers. = 2.12.1 = * Fixed a bug in the DFWM link code which ALWAYS included the linked regardless of the user preference setting. = 2.12 = * Fixed a bug between the center toolbar and autoload code. * Added option to add a DFWM link to the post and pages list. = 2.11 = * Added option to center the toolbar on screen. = 2.10 = * Added Font, Font Size, Font Color and Background Color selector options = 2.9 = * Fixed issue with auto load of DFWM being triggered every time a post was updated or published * Fixed issue with new installs, users would get a blank screen if they did not save their profile settings before editing a post = 2.8 = * Add support for visual separators between button groups * Modularized the code as the primary PHP file was getting large * Added support for translation of the 'Exit' button = 2.7 = * Added Cut/Copy/Paste buttons * Cleaned up the preferences screen * Added 'Select Defaults' to the preferences screen = 2.6 = * Fixed missing css file that caused the P, H1-H6, etc. buttons to not display an image * Added Superscript and Subscript buttons = 2.5 = * Added support for Right-to-Left languages = 2.4 = * Added option to use a listbox instead of individual buttons * Fixed bug in border option selector which would not allow you to save the hide option = 2.3 = * Added rate and review reminder in the user profile page * Added reminder to make sure the Visual Editor is enabled in the user profile page * Added option to start in DFWM for new posts * Added option to start in DFWM when editing posts * Added 'lighter' border option for title/body area * Cleaned up the De/Select All code in the user profile page, should work with all browsers now = 2.2 = * Minor readme.txt updates. * Added option to disable editor mode bar. * Added brief description to the plugin in the user option panel. * Added code to hide the options list in the user panel when disabled. = 2.1 = * Minor bug fix, if a user for the first time went to their user preferences before editing a post the defaults would not be set. = 2.0 = * Added options to remove the fade effect, hide the border, word count and preview button. = 1.0 = * Released on WordPress.org = 0.3 = * Re-ordered buttons. * Allow disabling of default buttons. = 0.2 = * Added user preferences. = 0.1 = * Initial release. == Upgrade Notice == = 2.13 = * None. == Roadmap == * Version 2.14 - implement JavaScript font/font size picker * Version 3.0 - add second row to toolbar, remove individual style buttons