Codex tools: Log in / create account
WordPress is bundled with the open source HTML WYSIWYG editor TinyMCE by Moxiecode Systems, AB.
Contents |
Looking for more buttons in the WYSIWYG editor? You can Show/Hide the Advanced Editor Toolbar in the standard Wordpress installation and unlock a dozen or so extra buttons, including "Paste as Plain Text" and "Paste from Word". When the Advanced Editor Toolbar is enabled, there is a toggle button available to turn it off. However, when it is off, you must use Alt-V (IE) or Shift-Alt-V (Firefox) to toggle the advanced buttons back "on".
Under "Rich Editor Filters" in the Plugin API Hooks page, you can see a simple (if you understand the Plugin API and hooks) means of adding your own buttons to TinyMCE in WordPress. See also Plugin API Rich Text Editor Filters for more information.
If the Advanced Editing Toolbar buttons are not sufficient, and writing your own buttons isn't your thing, perhaps you're looking for a plugin to extend the functionality of the TinyMCE editor. Examples include:
You can find more in the WordPress Plugin Directory.