Good day, I've been planning to make my own to-do list on Decker, and I want to toggle Auto-save as soon as I open my shortcut to it. Is there any setting/parameter in my deck that I can use to do this?
Thank you in advance.
There is no automatic way for a script to enable autosave mode.
You can, however, use
app.save[]
To request that the current document be saved, possibly in combination with
app.exit[]
To save and quit. See the App Interface for more information.