Awhile back I wrote about the problem of allowing website managers to write valid content for their content managed websites. I mentioned a wonderful editor called WYMeditor, which is great simple because it shows you the markup while you edit your document.
Being no programmer, I am personally unable to shoehorn this editor into my favorite CMS, Etomite. I do know CSS however; and that allowed me to change Xinha’s text edit area to operate in a “what you see is what you mean” mode. This makes an excellent tweak to Etomite, and I am trying to get this added into the official Etomite Xinha editor package.
The ramifications of this really come into play when you deal with the usual markup quirks - extra carriage returns, broken lists, extra empty paragraphs, pasting in from Microsoft Word, and degraded accessibility. Any web developer can attest to this: the content styles get corrupted when the end user pastes in from Word or mangles up their content. This CSS mod goes a little way towards the process of training them to have good clean markup.

Technorati Tags: text_appearance, cms, etomite, markup, stylesheets, valid_content, valid_text_editor, website_editor, wymeditor, xinha, css, wysiwym








