cv-maker
cv-maker copied to clipboard
Save state
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.
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!
+1 for a JSON export feature
Update:
#5 implements exporting to JSON. we'd probably have import as well soon.
:+1: