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

fields Operator (Examples)

2020년 1월 29일 오후 4:56

[[HelloThere]fields[]]
→ fields of HelloThere

[[HelloThere]fields:include[list title text non-existing]]
→ fields of HelloThere using a "short list" of fields. Fields are only shown, if they exist

[[HelloThere]fields:include[list title text]sortby[title list text]]
→ fields of HelloThere special sorting

[[HelloThere]fields:exclude[list title text]]
→ fields of HelloThere using the exclude suffix

[[HelloThere]fields[]] -list -title -text
→ fields of HelloThere, using several filter runs instead of exclude suffix

[tag[Common Operators]fields[]]
→ fields of all tiddlers tagged as Common Operators