Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam 2020-11-22 22:48:26 +01:00
commit 5bbec118e4

View File

@ -307,6 +307,12 @@ const DEFAULT_KEYBOARD_ACTIONS = [
description: "Cuts the selection from the current note and creates subnote with the selected text",
scope: "text-detail"
},
{
actionName: "addIncludeNoteToText",
defaultShortcuts: [],
description: "Opens the dialog to include a note",
scope: "text-detail"
},
{
separator: "Attributes (labels & relations)"