shortcuts use templates

This commit is contained in:
zadam
2022-11-28 23:39:23 +01:00
parent a459230aa9
commit eecfce3cc9
8 changed files with 198 additions and 97 deletions

View File

@@ -55,7 +55,7 @@ async function createNoteLink(noteId) {
}
return $("<a>", {
href: '#' + noteId,
href: '#root/' + noteId,
class: 'reference-link',
'data-note-path': noteId
})