이 문서는
https://tiddlywiki.com/languages/ko-KR/
에서 티들리위키의 정적 HTML 표현의 일부입니다
indexes Operator (Examples)
2015년 1월 19일 오후 7:10
indexes Operator
Operator Examples
[{$:/palette}indexes[]sort[title]]
→ all the colours defined in the current
colour palette
Try it
[[$:/HistoryList]indexes[]]
→ integer output because the
history list
is an array
Try it