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://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/
code oriented
am I missing any? Also which one is best for which crowd?
My current conclusions are:
- markitup is the cleanest code hence best to extend, good for coders to use and advanced users.
- wmd (the modified version) is good if you don't need to hack on it see: http://blog.stackoverflow.com/2009/01/wmd-editor-reverse-engineered/
- wymeditor has potential to become a "for users" editor but it's growing too slowly.
Everything else is either trying to emulate Word, splits horrible markup or it's just a toy.