NOTE:The Real WYSWYG plugin has been made redundant by WordPress's support for editor style sheets.

The Real WYSIWYG plugin turns the TinyMCE Visual Editor in to a real WYSIWYG editor. TinyMCE allows you to import style sheets into the editor window. The Real WYSIWYG plugin uses this ability to import your theme's style sheet, allowing it to display the post as it will look when published.

Download


CC-GNU GPL

This software is licensed under the CC-GNU GPL.

Installing

  • copy the 'real-wysiwyg' directory to your 'wp-contents/plugins' directory.
  • Activate the Real WYSIWYG plugin in your plugins administration page.
  • If your theme supports Real WYSIWYG then the editor window should now look the same as your posts. Otherwise, you may need to configure Real WYSIWYG via the options menu to include any extra stylesheets your theme may have and to include any extra css so that the editor body will be correctly styled. For instance, for the default them, the following CSS is added to the Extra CSS field:
    .mceContentBody {
        line-height:1.31em;
        text-align:justify;
        font-size:0.8em;
        margin:2.5ex auto;
        padding: 0pt;
        width:450px;
        background:transparent url('../../themes/default/images/kubrickbg-ltr.jpg') repeat-y scroll center top;
        background-color:#e7e7e7;
    }

Screen Shots

  1. Editing a post (in the Vistered Little Theme) using TinyMCE and the Real WYSIWYG plugin
    Editing a post using TinyMCE and the Real WYSIWYG plugin
  2. The same post as published.
    The same post as published
  3. Screenshots 1 and 2 combined at 50%. Pixel Perfect.
    Screenshots 1 and 2 combined at 50%. Pixel Perfect.

Release Notes

0.0.2

  • Fixed bug that prevented automatic support for the Default Theme.
  • Added some more CSS for the Default theme.

0.0.1

  • Fixed defect in link to xhtmlxtras stylesheet

0.0.0

  • Initial Release