mklauber / tiddly-aliases

Implementation of Wikipedia style aliases and redirects for non existing tiddlers.
2 stars 1 forks source link

Listing Backlinks via an Alias? #5

Open netshark86 opened 8 months ago

netshark86 commented 8 months ago

@mklauber I noticed that once I installed your very cool Aliases plugin, a view template feature I was using to list backlinks at the bottom of tiddlers does not pickup links to the aliases.

In its most basic form without styling, this is what I was using to create a list of backlinks on the tiddler itself.

<ul>
<$list filter="[all[current]backlinks[]]">
  <li><$link /></li>
</$list>
</ul>

Do you have any suggestion on how I might list the backlinks to aliases also?

makaninterio commented 8 months ago

Thanks for sharing information https://makaninterio.com/