mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
shortcuts use templates
This commit is contained in:
@@ -55,7 +55,7 @@ async function createNoteLink(noteId) {
|
||||
}
|
||||
|
||||
return $("<a>", {
|
||||
href: '#' + noteId,
|
||||
href: '#root/' + noteId,
|
||||
class: 'reference-link',
|
||||
'data-note-path': noteId
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user