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

nth Operator

2021년 10월 29일 오전 2:37
purposeselect the Nth input title
inputa selection of titles
parameterN=an integer, defaulting to 1
outputthe Nth input title

Learn more about how to use Filters

N is one-based. In other words, nth[1] has the same effect as the first operator.

Tip
See zth for an equivalent operator with a 0 based parameter

Examples