From 93f1ebe676c313a67b2e31d25ee42e4f559d6522 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:43:56 +0100 Subject: [PATCH] fix: some obsolete setting descriptions --- source/style-settings.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/source/style-settings.yaml b/source/style-settings.yaml index 2dfe60a2..46ff29e3 100644 --- a/source/style-settings.yaml +++ b/source/style-settings.yaml @@ -386,7 +386,7 @@ settings: description: 'By default, this theme indicates the presence of trailing spaces when there are more than one with "··↵". This can be useful for the "two space rule" in markdown, where exactly two spaces - at the end of a line force a line break.' + at the end of a line enforce a line break.' type: class-toggle default: false @@ -460,17 +460,15 @@ settings: title: Cursorline markdown: true description: - Emphasize the active visual line. only works in normal mode, and also affects the cursor blink - animation. As opposed to the "active line indicator", this works on *visual* lines instead of - *logical* lines. Note that this setting is independent of the "active block indicator" setting - to allow for both being in use at the same time. + Only works in normal mode. As opposed to the "active line indicator", this works on visual + lines instead of logical lines. This setting is independent of the "active block indicator" + setting, so both can be used at the same time. type: class-toggle default: false - id: no-mouse-hovers title: 'Disable tooltips & "Edit this block" button' description: - Disables tooltips and "Edit this block" buttons displayed when hovering various elements in - Live Preview. + Disables tooltips and buttons displayed when hovering various elements in Live Preview. type: class-toggle default: false