Jack

Results 21 comments of Jack

Ok, but right now a long tap lets you delete documents also we need some way to do this in desktop too.

Note that some filesystems are capable of working in a worker thread, so that might be a possibility.

E.G. the file system api

I've been working on Implementing this, but I can't seem to get it to work, first I had to fix some programming errors in the docx.js code, and then I...

Ok, that seemed to work, now I have to figure out how to do the opposite and convert html to docx.

Actually, I've just implemented fairly simple reading of docx documents, I'll push that right now.

No, it won't be very hard, I should be able to do that tomorrow, as well as add some more rich text features.

I wrote a custom class to interpret the document per the iso/iec 29500 spec (downloadable at http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html). The load method loads a document from an ArrayBuffer (calling the constructor with...

I finally implemented writing to docx, took a little longer than I thought.