From 7efce13b77cae58c1fd0403c7b32ea108b0c4e89 Mon Sep 17 00:00:00 2001 From: mergen3107 <6279855+mergen3107@users.noreply.github.com> Date: Tue, 6 Jul 2021 03:39:30 -0400 Subject: [PATCH] Updated Tweak document settings by directory (markdown) --- Tweak-document-settings-by-directory.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Tweak-document-settings-by-directory.md b/Tweak-document-settings-by-directory.md index d24dcc8..bae9eb5 100644 --- a/Tweak-document-settings-by-directory.md +++ b/Tweak-document-settings-by-directory.md @@ -21,7 +21,14 @@ For example: `["copt_block_rendering_mode"] = 0,` sets `Bottom menu - documents settings - Render mode` setting to `legacy`. If you are unsure what setting should have what value, manually set it first in the UI and re-open the metadata file. -If you can't find a setting, most probably it is not supported by this feature. For example, `Alt Status Bar`. + +You should be able to find the most of the settings from the bottom menu. Some of the settings have slightly different names, though. +For example, `Alt Status Bar`: +``` +["copt_status_line"] = 1, -- toggles the Alternative status bar OFF +["copt_status_line"] = 0, -- toggles the Alternative status bar ON +``` +Yes, the `1` for OFF and `0` for ON above are correct. ## Duplicate settings Due to engine and UI code complications, some of the settings must have two defining settings in the `directory_defaults.lua` to properly work.