mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
unify API for creating note links
This commit is contained in:
@@ -39,7 +39,7 @@ class SimilarNotesWidget extends StandardWidget {
|
||||
}
|
||||
|
||||
const $item = $("<li>")
|
||||
.append(await linkService.createNoteLinkWithPath(similarNote.notePath.join("/")));
|
||||
.append(await linkService.createNoteLink(similarNote.notePath.join("/"), {showNotePath: true}));
|
||||
|
||||
$list.append($item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user