mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
shortcut improvements
This commit is contained in:
@@ -74,7 +74,13 @@ export default class RootCommandExecutor extends Component {
|
||||
|
||||
async showLaunchBarShortcutsCommand() {
|
||||
await appContext.tabManager.openContextWithNote('lb_root', true, null, 'lb_root');
|
||||
}
|
||||
|
||||
async showShareSubtreeCommand() {
|
||||
await appContext.tabManager.openContextWithNote('share', true, null, 'share');
|
||||
}
|
||||
|
||||
async showHiddenSubtreeCommand() {
|
||||
await appContext.tabManager.openContextWithNote('hidden', true, null, 'hidden');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user