diff --git a/Configuration-Settings-Storage-Locations.md b/Configuration-Settings-Storage-Locations.md index bc65e67..7123724 100644 --- a/Configuration-Settings-Storage-Locations.md +++ b/Configuration-Settings-Storage-Locations.md @@ -1,5 +1,16 @@ To the best of my knowledge the configuration settings for Manuskript are stored in the following locations. +## All platforms + +Some settings are stored in the project file / folder itself. This is stored in settings.txt in the msk file / project folder. This .txt file is in JSON format. + +For example, the preference for showing the "Are you sure you want to delete this item" is project specific: +```json +"dontShowDeleteWarning": false +``` + +At the time of writing, editing this file is the only way to bring the warning message back if you check the "don't show this message again" dialog box. + ## GNU/Linux Files: