- open https://tiddlywiki.com/prerelease/
- create two tiddlers tagged with
exmp
- tiddler one text:
one two three
- tiddler two text:
one four five
- tiddler one text:
- in another tiddler put the below filter
<$list filter="[tag[exmp]get[text]enlist-input[]]">
</$list>
The output is (which has duplicates)
one
two
three
one
four
five
The document (https://tiddlywiki.com/prerelease/#enlist-input%20Operator) says by default: suffix | D = dedupe (the default) to remove duplicates, raw to leave duplicates untouched