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
Tis missing andSis either missing or set to "loose", then the output oftagis empty, and the output of!tagis a copy of the input. - Introduced in v5.1.14 if
Tis missing andSis set to "strict", then the output of bothtagand!tagis a copy of the input