1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/limit.tid

17 lines
601 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20150203185456000
tags: [[Filter Operators]] [[Common Operators]] [[Order Operators]] [[Negatable Operators]]
title: limit Operator
2014-04-10 18:56:51 +00:00
type: text/vnd.tiddlywiki
caption: limit
op-purpose: select the first or last <<.place N>> input titles
op-input: a [[selection of titles|Title Selection]]
op-parameter: an integer, defaulting to 0
op-parameter-name: N
op-output: the first <<.place N>> input titles
op-neg-output: the last <<.place N>> input titles
2014-04-10 18:56:51 +00:00
`limit[N]` and `!limit[N]` are synonyms for `first[N]` and `last[N]` respectively.
2014-04-10 18:56:51 +00:00
<<.operator-examples "limit">>