While this is cool, i'm surprised by its lack of features : no real editing, the rendering is nowhere near openoffice standards, and the documents just "look different".
Also, did it really take all this while for someone to come up with javascript apis for ODF? Or are there existing tools out there?
Surprising that there are no full featured web-based ODF editors even when the standard is completely DOM based and open, and quite old already. How hard is compiling a bunch of XML (what ODF is) to some HTML anyway?
"how hard is compiling a bunch of XML ..." - sorry to pick on you, but "I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
Being built on XML, which is mostly just a syntax, doesn't really say anything about the semantics of display and editing. It's only slightly removed from saying that it should be easy to compile any programming language into any other because they're all just ASCII text files.
Some parts of the ODF like tables and equations can be very complex to be converted to HTML and even impossible in some cases unless it's displayed as svg or something similar. Handling the image conversions might also be impossible with javascript.
Also, did it really take all this while for someone to come up with javascript apis for ODF? Or are there existing tools out there? Surprising that there are no full featured web-based ODF editors even when the standard is completely DOM based and open, and quite old already. How hard is compiling a bunch of XML (what ODF is) to some HTML anyway?