Added note about project specific settings

jwaffe75 2021-12-28 21:51:38 -05:00
parent ebb06407d7
commit f909ea30f5

@ -1,5 +1,16 @@
To the best of my knowledge the configuration settings for Manuskript are stored in the following locations. 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 ## GNU/Linux
Files: Files: