feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Allow the state of the workspace to be imported/exported #67

Open dufour opened 11 years ago

dufour commented 11 years ago

The state of the workspace is saved in the browser's local storage, but it should be possible to export it to a file and import on a different machine.

This should be trivial to implement since the local storage already requires the state to be serialized to a string.