Google just released, among other things, their wysiwyg editor which is used in Gmail and many of their other online properties.
Demo is here:
http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/edito...
Code is here:
http://code.google.com/p/closure-library/
Documentation is here:
http://closure-library.googlecode.com/svn/trunk/closure/goog/docs/class_...
Comments
Comment #1
m3avrck commentedsubscribe, looking at the code it actually looks fairly straightforward to add
Comment #2
jide commentedSubscribing. The editor looks awesome, to me it can be competing with TinyMCE and CKEditor.
Comment #3
axon commentedInteresting development
Comment #4
Bevan commentedIs the Apache License 2.0 compatible with GPL 2?
Comment #5
mlncn commentedNo, the Apache License 2.0 is not compatible with GPL 2 although it is compatible with GPL Version 3.
However, it may not be best practice to duplicate the code of another project in the drupal.org repository in any case, and the WYSIWYG module has already adopted the excellent convention of putting third-party editors in the sites/all/libraries directory so that you don't lose them when upgrading. This is how TinyMCE and (F)CKEditor and all the rest are handled.
benjamin, agaric
Comment #6
sunNot sure what all of you like about this editor?
- Invalid and totally deprecated HTML.
- Wrong formatting; no support for paragraphs.
- Ugly, old API.
Even a 15kB jQuery library provides more than this. Google should have spent their time on improving existing implementations instead of re-inventing another wheel of crap.
At this point, this is actually a won't fix, but let's simply postpone it and see whether Google adds yet another editor to the epic editor library duplication story that began in ~1995.