Adding Links without backlinks

For those who are not active in Twitter Obsidianosphere.

If you want to link from Apple to Mango, but do not want Mango’s backlink panel to list Apple, you can simply use the HTML tag as

<a href="fileB" class="internal-link">fileB</a>

Of course the templater plugin makes it much easier with the template

<a href="<% tp.file.selection() %>" class="internal-link"><% tp.file.selection() %></a>