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

getindex Operator

2023년 3월 9일 오후 4:38
purposeselect all values of a data property in the input titles
inputa selection of titles
parameterP=the name of a property
outputthe values of property P in each of the input titles

Learn more about how to use Filters

Each input title is processed in turn, and is ignored if it does not denote a data tiddler. If the corresponding tiddler contains property P, and the value of this property is not empty, then its value is appended to the output.

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

Examples