Here is a working dynamic list I have:
-
<$list filter="[contains:participants[King George]!sort[at]]">
- <$link />
This works perfectly.
Can I convert this into a template — ‘ParticipatedListTemplate’?
So, I can sit in a tiddler ‘King George’, write
{{||ParticipatedListTemplate}} and get the same list.
And if it is a template, I can do the same in ‘Queen Elizabeth’ tiddler, too.
Or is there a better way of achieving the same thing?