easy basic question on listing references of a tiddler

77 views
Skip to first unread message

steved

unread,
Jun 4, 2019, 4:22:50 AM6/4/19
to TiddlyWiki
Sorry learning - but I could not find the syntax for calling the  references of a tiddler 

I thought it might be 

{{{ [all[References]] }}} or [type[references]]

so what would I change to list the references
 
reference being the 
  • The References tab lists all the tiddlers that link to the current tiddler.
I tried everything but could not get it - gave 30 minutes trying to look it up but "References" is a tricky thing to search in tiddlywiki.com as it means many things.

Watt

unread,
Jun 4, 2019, 10:31:28 AM6/4/19
to TiddlyWiki
Hi steved

Do you mean the backlinks operator?

https://tiddlywiki.com/#backlinks%20Operator

A Gloom

unread,
Jun 6, 2019, 12:24:13 AM6/6/19
to TiddlyWiki
Watt sent you to the right place.

The tiddler info Refernces tab ($:/core/ui/TiddlerInfo/References) uses backlinks (see code below)

\define lingo-base() $:/language/TiddlerInfo/
<$list filter="[all[current]backlinks[]sort[title]]" emptyMessage=<<lingo References/Empty>> template="$:/core/ui/ListItemTemplate">
</$list>


Reply all
Reply to author
Forward
0 new messages