mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
getting rid of attributes like data-note-path in favor of the whole nav state in URLs
This commit is contained in:
@@ -56,8 +56,7 @@ async function createNoteLink(noteId) {
|
||||
|
||||
return $("<a>", {
|
||||
href: `#root/${noteId}`,
|
||||
class: 'reference-link',
|
||||
'data-note-path': noteId
|
||||
class: 'reference-link'
|
||||
})
|
||||
.text(note.title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user