1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/nth.tid

16 lines
505 B
Plaintext
Raw Normal View History

created: 20150122204111000
modified: 20150203192048000
tags: [[Filter Operators]] [[Order Operators]]
title: nth Operator
2014-04-10 18:56:51 +00:00
type: text/vnd.tiddlywiki
caption: nth
op-purpose: select the <<.place N>>th input title
op-input: a [[selection of titles|Title Selection]]
op-parameter: an integer, defaulting to 1
op-parameter-name: N
op-output: the <<.place N>>th input title
2014-04-10 18:56:51 +00:00
<<.place N>> is one-based. In other words, `nth[1]` has the same effect as the <<.olink first>> operator.
2014-04-10 18:56:51 +00:00
<<.operator-examples "nth">>