gurpsdomain / GurpsyMcGurpsFace

A (not yet) fully functional webbrowser based Gurps Character Sheet Editor
https://gurpsdomain.github.io/GurpsyMcGurpsFace/
4 stars 0 forks source link

Persist the pdfs in local storage #23

Closed meronbrouwer closed 7 years ago

meronbrouwer commented 7 years ago

Might be usefull: https://hacks.mozilla.org/2012/02/saving-images-and-files-in-localstorage/

If we can persist de referenced pdfs in local storage. it will make life a lot easier.

meronbrouwer commented 7 years ago

We are not going to do this. Local storage can only store a limited amount. The complete library would probably not fit. So alas! We'll read from file. Maybe some integration with googledrive could be a good idea.