We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Bear this in mind:
https://snyk.io/blog/is-localstorage-safe-to-use/
Sorry, something went wrong.
Completed in eac5a4f.
Actually, this is only partially completed: the demo character sheet should also demonstrate this feature.
Add: save editable sheet values locally
eac5a4f
As part of this change, the `title` <vellum-sheet-box> attribute had to be renamed so it is consistent with the <vellum-sheet-field> element.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: