tmedwards / sugarcube-2

SugarCube is a free (gratis and libre) story format for Twine/Twee.
https://www.motoslave.net/sugarcube/2/
BSD 2-Clause "Simplified" License
177 stars 41 forks source link

Make the deletion of the Autosave slot during the "Delete All" action optional #181

Open greyelf opened 2 years ago

greyelf commented 2 years ago

Is your feature request related to a problem? Currently the "Delete All" action also deletes the Autosave" slot, which means that the End-user needs to manually all other slots if they use those slots to track progression over a set period. (like a Day). It also means that the Author has no means to protect the Autosave slot, other than "hiding" the "Delete All" button.

Describe the solution you'd like. Add a Configuration setting that allows the Author to exclude the Autosave slot from the "Delete All" action, as well as a means (like API function calls) for the Author to allow the end-user to do the same (within Settings) at runtime.