This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

limit Operator

 3rd February 2015 at 6:54pm
purposeselect the first or last N input titles
inputa selection of titles
parameterN=an integer, defaulting to 0
outputthe first N input titles
! outputthe last N input titles

Learn more about how to use Filters

limit[N] and !limit[N] are synonyms for first[N] and last[N] respectively.

Examples