Scribbler - JavaScript Notebook Tool for experimenting in JavaScript. Runs in the browser without a backend. Discord server: https://discord.gg/uxNSsWunwU
Is your feature request related to a problem? Please describe.
Currently if the tab is closed, notebook is lost.
Describe the solution you'd like
Auto-save the notebook in the browser data so that it can be loaded if the browser/tab is closed/crashes. The features should include:
A save button in file menu. With a check box for autosave.
A pop (modal) up in file menu for seeing all local files. Once a file is clicked it should load in the tool.
Describe alternatives you've considered
Alternatives could be auto-save to github. This can create unnecessary commits tot github.
Or Auto download, this will have unnecessary popups for saving.
Is your feature request related to a problem? Please describe. Currently if the tab is closed, notebook is lost.
Describe the solution you'd like Auto-save the notebook in the browser data so that it can be loaded if the browser/tab is closed/crashes. The features should include:
Describe alternatives you've considered Alternatives could be auto-save to github. This can create unnecessary commits tot github. Or Auto download, this will have unnecessary popups for saving.