avim icon indicating copy to clipboard operation
avim copied to clipboard

Add support for WebODF

Open 1ec5 opened this issue 11 years ago • 2 comments

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.

1ec5 avatar Mar 03 '14 00:03 1ec5

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

1ec5 avatar Mar 03 '14 01:03 1ec5

Not a whole lot is exported. It may be necessary to simulate copy and paste, like we did for Google Docs for awhile.

1ec5 avatar Mar 05 '14 08:03 1ec5