{{||$:/plugins/flibbles/relink/ui/TiddlerInfo/References}}
That will give slightly preformated content, so list of links to
referencing tiddlers, preceded by the header "The following tiddlers
contain fields, links, macros, transclusions, or widgets referencing this
one:"
<$list
filter="[relink:references<currentTiddler>!title[$:/StoryList]sort[title]]"/>
was just to demonstrate that the real value is in the filter
[relink:references<currentTiddler>!title[$:/StoryList]sort[title]]. As is,
that list widget example does the same thing as the transclusion minus the
header, and that's not so much of a big deal.
It's just that using a list widget provides way more flexibility than the
transclusion. The list can be formatted however anybody could want, having
a modal per tiddler instead of a link per tiddler, or maybe setup the list
of tiddlers in a table instead of a list, or whatever other custom
layout/formatting.
On Sunday, April 25, 2021 at 1:18:32 AM UTC-3 TW Tones wrote:
> What does it do?
>
> On Saturday, 24 April 2021 at 15:18:01 UTC+10 [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/5dbec3a4-921a-45e3-939a-abe618867d65n%40googlegroups.com.