I’m creating a plugin that displays the mentions of the current file and then lets you go to that mention. I’ve currently got this working by converting file paths into Obsidian URLs but this has a slight stutter and shows a message when you click it.
So, I was wondering if / how I can create an internal link using createEl
.