Open rg-wood opened 3 years ago
Make sheet elements editable so that players can use them online.
This will require some sort of optional persistence, probably in Web Storage, IndexedDB or cookies.
Perhaps support for API storage, maybe in Firebase?
Bear this in mind:
https://snyk.io/blog/is-localstorage-safe-to-use/
Completed in eac5a4f30e0c68daaa2b9603d7a2a455817968fc.
Actually, this is only partially completed: the demo character sheet should also demonstrate this feature.
Make sheet elements editable so that players can use them online.
This will require some sort of optional persistence, probably in Web Storage, IndexedDB or cookies.
Perhaps support for API storage, maybe in Firebase?