이 문서는
https://tiddlywiki.com/languages/ko-KR/
에서 티들리위키의 정적 HTML 표현의 일부입니다
limit Operator (Examples)
2015년 1월 23일 오후 9:43
limit Operator
Operator Examples
[sort[modified]!limit[20]]
→ the 20 most recently modified tiddlers
Try it
[has[created]sort[created]limit[10]]
→ the oldest 10 tiddlers in the wiki
Try it