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

list Operator

2024년 8월 11일 오전 8:36
purposeselect titles via a list field
inputignored
! inputa selection of titles
parameterR=a reference to a field or index of a particular tiddler
outputthe titles stored as a title list at R
! outputthose input titles that are not mentioned at R

Learn more about how to use Filters

R can reference either a field or a property. See TextReference for the syntax.

  • If neither is specified, the list field is used by default. So [list[T]] outputs the titles listed in the list field of tiddler T.
  • If R consists of only a field or a property, the tiddler part of the reference defaults to the current tiddler. So [list[!!tags]] outputs the titles listed in the tags field of the current tiddler.

Examples