Hi Omit, If you open the tiddler (i)nfo slider and select the "References" tab you get what you want.
The code can be found here: http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FTiddlerInfo%2FReferences The template is here: $:/core/ui/ListItemTemplate If you want to create your own *global macro *crate a tiddler eg: myReferences and tagg it: $:/tags/Macro add this code: \define myReferences() <$list filter="[all[current]backlinks[]sort[title]]" emptyMessage=<<lingo TiddlerInfo/References/Empty>> ><$link to={{!!title}}><$view field="title"/>, </$link></$list> \end The macro can be called with: <<myReferences>> ------------- If you want to have a footer in every tiddler create a tiddler eg: myFooter and tag it: $:/tags/ViewTemplate add this code: <hr> <$list filter="[all[current]backlinks[]sort[title]]" emptyMessage=<<lingo TiddlerInfo/References/Empty>> ><$link to={{!!title}}><$view field="title"/>, </$link></$list> For me this significantly slows down the test TW. Full download from tiddlywiki.com. .. But I'm not sure yet. have fun! mario -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

