Noticed this today: Only links to other notes that have their exact name in the label show up as backlinks.
eg. only [note title](inkdrop://note:abc123) will get a backlink at the top of note abc123 while [](inkdrop://note:abc123) will not.
Environment
Platform: macOS
Platform version: Ventura 13.7.8
App Version: 5.11.6
Disabled all third party plugins just in case
No errors found in console
How to reproduce
Created note titled note 1
Created note titled note 2
linked note 1 on note 2 like [](inkdrop://note:note1Id)
Notice no notes are listed under Linked to this note (the backlinks section) on note 1
Update the link’s label so it matches the referenced note’s name, like [note 1](inkdrop://note:note1Id) then the link will show up
Went to fix this plugin so it embeds the right URI, turns out i’m using the note ID i get from calling createId. I have not found a way to get the URI, except for just building the string myself ie. replacing the : with /. My question is: any chance you’d provide something to get the URI from or maybe you’d be open to making IDs and URI paths match?