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

get Operator

2023년 3월 9일 오후 4:38
purposeselect all values of a field in the input titles
inputa selection of titles
parameterF=the name of a field
outputthe values of field F in each of the input titles

Learn more about how to use Filters

Each input title is processed in turn. If the corresponding tiddler contains field F, and the value of this field is not empty, then its value is appended to the output.

Tip
Unlike most other Filter Operators, the selection output by get can contain duplicates. To avoid duplicates, use get[F]unique[].

Examples