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

fields Operator

2020년 1월 29일 오후 4:50
purposeselect all field names of the input titles
inputa selection of titles
suffixIntroduced in v5.1.22 optional: include, exclude parameter list
parameterIntroduced in v5.1.22 optional: a list of field names
outputall the field names contained in the input tiddlers

Learn more about how to use Filters

Each input title is processed in turn. Its list of field names is retrieved (in no particular order) and then dominantly appended to the operator's output.

Introduced in v5.1.22 If the include suffix is used, fields are only included, if they exist. It doesn't matter, if fields have a value. The exclude suffix is there for convenience, since it would be possible to use a second filter run. For more info see the examples.

Examples