WordPress WYSIWYG Editor Plugin
Filed in: WordPress — January 3rd, 2005
For your information, WordPress script’s editor is plain text with only a few tag buttons(screenshot). The blog entry is written in plain HTML code. It is a bit difficult to use for non hml knowledge users.
Moises Kirsch created a editor plugin to plug htmlArea into Wordpress editor. htmlArea is a web based WYSIWYG(What You See Is What You Get) editor. It makes writing in blog entries like writing your document s in word processor. It also comes with few plugin. One of them is image browser which browses your wordpress image folder and insert image into post. It’s so easy!
However, please note that the plugin still in early version. The default htmlArea settings does not works well, buggy… I changed it to use HTMLArea.replaceAll();, instead of default HTMLArea.replace(‘content’, config);.

But, Mozilla browser disallow you to paste text into Rich Text Editor(e.g htmlArea) for security reason. Firefox prompts me a solution at Mozilla site, but it does not work.
At the end, I still use back the wordpress plain and simple default editor.


