views:

139

answers:

1

Over the last couple of days I have been collecting a set of "new era" web editors, that is leaving out FCKeditor and tinyMCE, mainly because they try to make the web Word. So far this is what I got:

Text Oriented

http://markitup.jaysalvat.com/home/ (used by bitbucket)

http://github.com/derobins/wmd/tree (used by SO)

http://www.wymeditor.org/

http://code.google.com/p/jwysiwyg/

http://jhtmlarea.codeplex.com/

http://code.google.com/p/wmd/ (original)

from standard JS distros

http://developer.yahoo.com/yui/editor/

http://www.extjs.com/blog/2007/08/01/ext-v11-released/

http://www.dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/advanced-editing-and-display/editor-rich-text

code oriented

http://codenode.org/

https://bespin.mozilla.com/

am I missing any? Also which one is best for which crowd?

My current conclusions are:

Everything else is either trying to emulate Word, splits horrible markup or it's just a toy.

+3  A: 

WYSISEX

What You See Is Semantically Edited XHTML ;)

Probably unknown to all (the author contacted me after I commented on a related bog post*) and in beta stage. I had a play with it recently and I really like it. The idea is to put content first.
http://devexed.com/wysisex/

* the related post (from 2007) has some editors not on your list, and also discusses how good they are: http://www.standards-schmandards.com/2007/wysiwyg-editor-test-2/

DisgruntledGoat
that looks interesting, and your right I had never heard of it.
Jeremy Wall
Looks very interesting +1
alex
This looks really interesting, although we should warn "IE 6 support Not tested" which is probably the reason it's smaller in size than wymeditor I'll also like to see where it stands in comparison to tinymce3
Jorge Vargas