For some months we've tried to integrate this nice editor into the Ext JS framework, and here is what we could do. This is version 0.1 with only some basic features, so there is much more to come.
I'm glad to present you the demo, which is here (in fact, it is a little bit rewritten original Ext demo from their website), and the download packs with Ext included and without Ext in case you already have it. Comments, code corrections and suggestions are welcome!
Here is the page of the project: http://wymeditor.ad-astra.name/
-----------
06.10.2008 - version 0.1
- basic functionality (HTML and source modes, some formatting and containers) implemented. Toolbars are in Ext style now, they need to be included in a window separately.
- TODO: the editor itself is not written in DOM style, but there is some rough HTML executed here and there. So the authors could not manage to bind Ext events on the iframe properly, therefore the containers switcher does not indicate the current container so far. Hopefully this will be fixed in future releases. Also, tables and images are to come soon.