added autocompletes for labels, relations

This commit is contained in:
zadam
2020-05-28 23:59:08 +02:00
parent 5aaa429203
commit 6a957eff17
8 changed files with 201 additions and 68 deletions

View File

@@ -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);