From f909ea30f57f169621c2ba45c9377ed5475f229d Mon Sep 17 00:00:00 2001 From: jwaffe75 <42820304+jwaffe75@users.noreply.github.com> Date: Tue, 28 Dec 2021 21:51:38 -0500 Subject: [PATCH] Added note about project specific settings --- Configuration-Settings-Storage-Locations.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: