avim
avim copied to clipboard
Add support for WebODF
WebODF uses a custom <canvas>-based editor that AVIM doesn’t know how to hook into. We should make it possible to input Vietnamese into the ODT editing demo.
Some possible leads:
https://github.com/kogmbh/WebODF/blob/master/programs/editor/localeditor.js http://www.webodf.org/docs/symbols/gui.TextController.html http://www.webodf.org/docs/symbols/gui.SessionController.html
Not a whole lot is exported. It may be necessary to simulate copy and paste, like we did for Google Docs for awhile.