This page is part of a static HTML representation of the TiddlyWiki at
https://tiddlywiki.com/
limit Operator (Examples)
23rd January 2015 at 9:43pm
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