mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
jump to note: Add "Create and link child note"
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user