How to make use of export and backup functions
Opened this issue · 2 comments
I used the export function, but I didn't find out how to import it. I like the program you made so much, but how to back up and use the export program makes me feel very confused.
Or we can add a button to import and export files.
Yeah, I never got around to adding the import feature.
There is one hacky way though: the init directory in the source code gives the initial (demo) state it uses for a new deployment. If you replace that directory with your export and compile from source, you'll get a version of CueKeeper that defaults to starting from your exported state. Run it once on the new browser and it will copy everything in :-)
Note that export doesn't include the Git history, only the current state.
Thank you for your work. I still look forward to seeing the native import feature. It is a difficult task for me to build an ocaml environment, so far. So I just use a simple native html, and I like this simple way very much.