mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02: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