cv-maker icon indicating copy to clipboard operation
cv-maker copied to clipboard

Save state

Open mathiasrw opened this issue 9 years ago • 4 comments

Feature request: Would be good to be able to import the markdown into the formular or be able to save a json so I can return to the formular and keep working.

mathiasrw avatar Feb 03 '16 14:02 mathiasrw

Hello!

Currently it should save state in localStorage automatically and read from it across reloads and browser close-reopen cycles. That requires JS to be enabled and your browser to support localStorage.

It should be possible to provide a UI to copy the JSON data and later feed it back to the app, I'd look into that soon.

Thanks!

awalgarg avatar Feb 03 '16 14:02 awalgarg

+1 for a JSON export feature

erikroyall avatar Feb 03 '16 15:02 erikroyall

Update:

#5 implements exporting to JSON. we'd probably have import as well soon.

awalgarg avatar Feb 04 '16 13:02 awalgarg

:+1:

mathiasrw avatar Feb 04 '16 13:02 mathiasrw