1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/examples/limit.tid
2015-01-24 21:18:44 +00:00

9 lines
356 B
Plaintext

created: 20150118134611000
modified: 20150123214304000
tags: [[limit Operator]] [[Operator Examples]]
title: limit Operator (Examples)
type: text/vnd.tiddlywiki
<<.operator-example 1 "[sort[modified]!limit[20]]" "the 20 most recently modified tiddlers">>
<<.operator-example 2 "[has[created]sort[created]limit[10]]" "the oldest 10 tiddlers in the wiki">>