mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
launchbar WIP
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user