Hi guys
I wasn’t sure how to describe this in the title.
I am using a list widget to give the output based on a tag.
But I would like the output not only to list a link to that tiddler, but also a link to a potential tiddler whose title has the title of the first tiddler plus (content)
.
[[Birds]] [[(c)|Birds (content)]]
The first part is easy: <$link/>
I am not sure how to produce the second part. How would I grab the first title, add the word (content)
, then add it as a link in a list widget output?