mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
recent changes now display also newly created notes without any revisions, some extra improvements to the dialog
This commit is contained in:
@@ -30,8 +30,8 @@ async function createNoteLink(notePath, noteTitle = null) {
|
||||
return noteLink;
|
||||
}
|
||||
|
||||
async function createNoteLinkWithPath(notePath) {
|
||||
const $link = await createNoteLink(notePath);
|
||||
async function createNoteLinkWithPath(notePath, noteTitle = null) {
|
||||
const $link = await createNoteLink(notePath, noteTitle);
|
||||
|
||||
const $res = $("<span>").append($link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user