Documentation tool does not have a Save or Auto Save...

I did add this as a feature request, but I can't help thinking that this is a bug. Anyone willing to take it on, or should it be left as a feature request? Thanks, it's a fantastic tool!

thomasmars's picture

For anyone who wants to attempt an implementation I would suggest having a look at the getCurrentState and setH5PUserState functions in Blanks, to see how it was implemented there. H5P Core functionality is used for saving the user state. The implementation requires keeping track of user data and providing it through getCurrentState function which H5P Core uses to poll for user data at given intervals or when the browser window is closed.