Open coatless opened 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.
localstorage: true
cell-options
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.
startover: false
Maybe also switch from localstorage to persist?
localstorage
persist
I have a feeling folks will end up enabling
localstorage: true
globally viacell-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
andlocalstorage: true
.