From a3f540587a2f6b9d8072e5dfbe753145ec9780d7 Mon Sep 17 00:00:00 2001 From: WhiteNoise <git@whitenoise.dev> Date: Wed, 10 Feb 2021 10:28:26 -0500 Subject: [PATCH] Clarified Default New Mode Option I have got a couple of questions and bug reports about this. Some people expect this setting to apply to notes opened in the same pane, whereas this settings is only about new panes. --- en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en.json b/en.json index 0243778..9267b9a 100644 --- a/en.json +++ b/en.json @@ -28,8 +28,8 @@ "option-fold-heading-description": "Let you fold everything under a heading.", "option-fold-indent": "Fold indent", "option-fold-indent-description": "Let you fold a portion of the same indentation, such as lists.", - "option-default-view-mode": "Default view mode", - "option-default-view-mode-description": "The default mode a file gets opened in.", + "option-default-view-mode": "Default new pane mode", + "option-default-view-mode-description": "The default mode a new pane gets opened in.", "option-default-view-mode-source": "Editor", "option-default-view-mode-preview": "Preview", "option-show-line-number": "Show line number", @@ -1001,4 +1001,4 @@ "backlink-with-count": "{{count}} backlink", "backlink-with-count_plural": "{{count}} backlinks" } -} \ No newline at end of file +} -- GitLab