alicewriteswrongs/parallel-texts

store texts in progress in browser storage

Opened this issue · 1 comments

would be nice to store the texts being aligned in the browser's localstorage so the user can come back to them later. I think we probably want to use IndexedDB for this rather than localstorage because of the size limits.

we can use a wrapper like dexie.js