What is the most efficient WYSIWYG editor that can be used on a blog?
I'm looking for something like the one in Gmail, but I'm really annoyed that sometimes the cursor gets stuck in some invisible wrapper div tag or after selecting and deleting a part of text the cursor jumps to then end of the whole block.
The ideal editor doesn't have to be backwards compatible and may use emerging technologies. I don't have anything specific in my mind but I've heard about the Bespin project and wondered maybe the canvas
tag could be of use. Or perhaps Silverlight or Flash, I don't know.
I'd use this editor to create and maintain fairly simple HTML document structures with hyperlinks, images, headers and lists. The ability to assign CSS classnames to nodes would be a plus. Speed and responsiveness is also a major factor.
Clarification:
I'd love to see an editor which doesn't rely on contentEditable
, since as Pekka has mentioned that is the source of the annoyances.