이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

tag Operator

2016년 11월 26일 오후 12:29
purposefilter the input by tag
inputa selection of titles
suffixS=Introduced in v5.1.14 optional strict flag
parameterT=the title of a tag
outputthose input tiddlers that have tag T
! outputthose 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 and S is either missing or set to "loose", then the output of tag is empty, and the output of !tag is a copy of the input.
  • Introduced in v5.1.14 if T is missing and S is set to "strict", then the output of both tag and !tag is a copy of the input

Examples