mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
provide also explicit unhoist keyboard shortcut, #1305
This commit is contained in:
@@ -91,6 +91,10 @@ export default class Entrypoints extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
async unhoistCommand() {
|
||||
hoistedNoteService.unhoist();
|
||||
}
|
||||
|
||||
copyWithoutFormattingCommand() {
|
||||
utils.copySelectionToClipboard();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user