From 41dac2bd1b572a4508968df265047aee49579ef8 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 23 Sep 2022 22:50:49 +0200 Subject: [PATCH] keyboardShortcut attr detail help --- src/public/app/widgets/attribute_widgets/attribute_detail.js | 3 ++- 1 file changed, 2 insertions(+), 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 c11db3d96..d10bd3067 100644 --- a/src/public/app/widgets/attribute_widgets/attribute_detail.js +++ b/src/public/app/widgets/attribute_widgets/attribute_detail.js @@ -235,7 +235,8 @@ 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" + "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'" }, "relation": { "runOnNoteCreation": "executes when note is created on backend",