mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
launchbar WIP
This commit is contained in:
@@ -250,6 +250,7 @@ function getLaunchBarRoot() {
|
||||
}).note;
|
||||
|
||||
note.addLabel("iconClass", "bx bx-sidebar");
|
||||
note.addLabel("docName", "launchbar_intro");
|
||||
}
|
||||
|
||||
return note;
|
||||
@@ -269,6 +270,7 @@ function getLaunchBarAvailableShortcutsRoot() {
|
||||
}).note;
|
||||
|
||||
note.addLabel("iconClass", "bx bx-hide");
|
||||
note.addLabel("docName", "launchbar_intro");
|
||||
}
|
||||
|
||||
const branch = becca.getBranch('lb_availableshortcuts');
|
||||
@@ -294,6 +296,7 @@ function getLaunchBarVisibleShortcutsRoot() {
|
||||
}).note;
|
||||
|
||||
note.addLabel("iconClass", "bx bx-show");
|
||||
note.addLabel("docName", "launchbar_intro");
|
||||
}
|
||||
|
||||
const branch = becca.getBranch('lb_visibleshortcuts');
|
||||
|
||||
Reference in New Issue
Block a user