mirror of
https://github.com/zadam/trilium.git
synced 2025-12-09 00:44:25 +01:00
jump to note: Add "Create and link child note"
This commit is contained in:
parent
af4d0c3ba6
commit
52b5711ecd
@ -58,6 +58,7 @@ export default class JumpToNoteDialog extends BasicWidget {
|
|||||||
|
|
||||||
async refresh() {
|
async refresh() {
|
||||||
noteAutocompleteService.initNoteAutocomplete(this.$autoComplete, {
|
noteAutocompleteService.initNoteAutocomplete(this.$autoComplete, {
|
||||||
|
allowCreatingNotes: true,
|
||||||
hideGoToSelectedNoteButton: true,
|
hideGoToSelectedNoteButton: true,
|
||||||
container: this.$results
|
container: this.$results
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user