launchbar WIP

This commit is contained in:
zadam
2022-08-08 23:13:31 +02:00
parent df7c089344
commit 2694bcff67
10 changed files with 45 additions and 6 deletions

View File

@@ -1521,6 +1521,10 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
this.createShortcutNote(node, 'note');
}
addScriptShortcutCommand({node}) {
this.createShortcutNote(node, 'script');
}
addWidgetShortcutCommand({node}) {
this.createShortcutNote(node, 'widget');
}