For sure, that is very nicely compact. I guess my gist was that it is nice how we can get from relink a simple list of tiddlers that reference (in pretty much every possible method) some tiddler, which we can then layout/format in any way that suits any purpose/preference, be it nicely compact like you've just done, or very expansive/adorned with anything at all.
Just as a quickly cobbled together example: <table> <$list filter="[relink:references<currentTiddler>!title[$:/StoryList]sort[title]]"> <tr> <td> <$link/> </td> <td> <$list filter="[relink:references<currentTiddler>!title[$:/StoryList]sort[title]]"><$link/>, </$list> </td> </tr> </$list> </table> On Sunday, April 25, 2021 at 4:49:24 AM UTC-3 PMario wrote: > Hi, > I think this is even more compact > > Backlinks: <$list > filter="[relink:references<currentTiddler>!title[$:/StoryList]sort[title]]"><$link/>, > > </$list> > > -m > > On Saturday, April 24, 2021 at 7:18:01 AM UTC+2 [email protected] wrote: > >> Dig into that relink tiddler a little and one quickly discovers that one >> can do this: >> >> <$list >> filter="[relink:references<currentTiddler>!title[$:/StoryList]sort[title]]"/> >> >> Woo-holy-guacamole-hoo! Rock'n Roll ! >> On Saturday, April 24, 2021 at 2:09:34 AM UTC-3 Charlie Veniot wrote: >> >>> {{||$:/plugins/flibbles/relink/ui/TiddlerInfo/References}} >>> >>> Slap that in the text of a tiddler (say tiddler A) and you will get a >>> list of every reference to tiddler A from pretty much everywhere: >>> >>> - any field (text and any other field including custom fields) >>> - any transclusion >>> - any link >>> - any macro >>> - any widget >>> >>> Kind of cool. >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4d11bdc5-5450-438b-b9a1-3ebdcaaab311n%40googlegroups.com.

