mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
select template when creating note, closes #2813
This commit is contained in:
@@ -485,7 +485,7 @@ export default class AttributeEditorWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
async createNoteForReferenceLink(title) {
|
||||
const {note} = await noteCreateService.createNote(this.notePath, {
|
||||
const {note} = await noteCreateService.createNoteWithTypePrompt(this.notePath, {
|
||||
activate: false,
|
||||
title: title
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user