26th November 2016 at 12:29pm
purpose | filter the input by tag |
---|---|
input | a selection of titles |
suffix | S =Introduced in v5.1.14 optional strict flag |
parameter | T =the title of a tag |
output | those input tiddlers that have tag T |
! output | those input tiddlers that do not have tag T |
Learn more about how to use Filters
The output is sorted using the tag's list
field and the tiddlers' list-before
and list-after
fields.
The behaviour when T
is empty depends on the settings of the S
optional suffix:
- if
T
is missing andS
is either missing or set to "loose", then the output oftag
is empty, and the output of!tag
is a copy of the input. - Introduced in v5.1.14 if
T
is missing andS
is set to "strict", then the output of bothtag
and!tag
is a copy of the input