r-wasm / quarto-live

WebAssembly powered code blocks and exercises for both the R and Python languages in Quarto documents
https://r-wasm.github.io/quarto-live/
MIT License
128 stars 9 forks source link

Global start over option #29

Open coatless opened 3 months ago

coatless commented 3 months ago

I have a feeling folks will end up enabling localstorage: true globally via cell-options. It probably would be a good idea to have a global "reset code cells" button.

https://quarto-live-dev.netlify.app/getting_started/editor#code-persistence

Self note: make sure to test what happens when startover: false and localstorage: true.

coatless commented 3 months ago

Maybe also switch from localstorage to persist?