mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
appearance options as a special note
This commit is contained in:
@@ -83,4 +83,8 @@ export default class RootCommandExecutor extends Component {
|
||||
async showHiddenSubtreeCommand() {
|
||||
await appContext.tabManager.openContextWithNote('hidden', true, null, 'hidden');
|
||||
}
|
||||
|
||||
async showOptionsInHiddenCommand() {
|
||||
await appContext.tabManager.openContextWithNote('opt_root', true, null, 'opt_root');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user