=== Inline Preview === Contributors: cfinke Tags: preview, live preview Requires at least: 3.4 Tested up to: 3.6-beta4 Stable tag: 4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Inline Preview adds a preview of the post you're writing next to the editor when you click Preview (instead of opening it in a new tab). == Description == *Problem:* When creating a post in WordPress, previewing your post in a separate tab can be slow and/or complicated. *Solution:* Show the preview right next to the editor. Inline Preview is a plugin for WordPress that adds a zoomed out preview of the current post next to the post editor when the user clicks Preview instead of opening in a new tab. It's just an idea I'm playing with for streamlining the post creation process, and if it feels familiar, it's probably because it is: through version 2.1, WordPress contained a preview iframe at the bottom of the post editing screen, but this is a more elegant implementation. == Screenshots == 1. An example of Inline Preview in action. == Changelog == = 4 = * A better method for seamlessly reloading the preview frame. * Keep the preview iframe the same relative size when the window is resized. = 3 = * Seamless reloading (and auto-reloading) of the preview frame. = 2 = * Added a close button to the preview frame. * Properly restoring one- or two-column view after the preview closes. = 1.1 = * Removed jquery.spin dependency. = 1 = * The initial release.