If that works inside tiddler “King George”, then you can paste the text into a tiddler and tag it “$:/tags/ViewTemplate” and it will work everywhere. But you probably don’t want it to work everywhere. So you can wrap it with a list that only includes tiddlers that have participants :
If that works inside tiddler “King George”, then you can paste the text into a tiddler and tag it “$:/tags/ViewTemplate” and it will work everywhere. But you probably don’t want it to work everywhere. So you can wrap it with a list that only includes tiddlers that have participants :
<$list filter=“[all[current]has[participants]]”>
<$list filter="[contains:participants!sort[at]]">
<$link />
</$list>
But this did not. I had named the tiddler containing this code ‘ParticipatedList’ and tagged it as suggested by you.
Also, what I am aiming at is not the list. I want to transclude the matching tiddlers.
I have edited the original question to say so explicitly. I earlier thought that {{}} meant it automatically.
Can you provide some tiddlers with participants list (e.g. King George, Queen Elizabeth, etc.) Having to guess at someone’s data structure makes helping difficult.