mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
added autocompletes for labels, relations
This commit is contained in:
@@ -26,7 +26,7 @@ async function createNoteLink(notePath, options = {}) {
|
||||
}
|
||||
|
||||
const $noteLink = $("<a>", {
|
||||
href: 'javascript:',
|
||||
href: '#' + notePath,
|
||||
text: noteTitle
|
||||
}).attr('data-action', 'note')
|
||||
.attr('data-note-path', notePath);
|
||||
|
||||
Reference in New Issue
Block a user