From 7f789375434a35ff5afac67ffc5e757d17d8ece6 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 23 Sep 2022 22:51:17 +0200 Subject: [PATCH] keyboardShortcut attr detail help --- src/public/app/widgets/attribute_widgets/attribute_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/attribute_widgets/attribute_detail.js b/src/public/app/widgets/attribute_widgets/attribute_detail.js index d10bd3067..81df6e437 100644 --- a/src/public/app/widgets/attribute_widgets/attribute_detail.js +++ b/src/public/app/widgets/attribute_widgets/attribute_detail.js @@ -236,7 +236,7 @@ const ATTR_HELP = { See wiki with details, API docs for parentNote and now for details.`, "template": "This note will appear in the selection of available template when creating new note", "toc": "#toc or #toc=show will force the Table of Contents to be shown, #toc=hide will force hiding it. If the label doesn't exist, the global setting is observed", - "keyboardShortcut": "Defines a keyboard shortcut which will immediately jump to this note. Example: 'ctrl+alt+e'" + "keyboardShortcut": "Defines a keyboard shortcut which will immediately jump to this note. Example: 'ctrl+alt+e'. Requires frontend reload for the change to take effect." }, "relation": { "runOnNoteCreation": "executes when note is created on backend",