1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/before.tid
2015-01-18 19:20:02 +00:00

19 lines
546 B
Plaintext

created: 20140512103123179
modified: 20150118183011000
tags: [[Filter Operators]] [[List Operators]]
caption: before
title: before Operator
type: text/vnd.tiddlywiki
purpose: get the predecessor of an input item
<$macrocall $name=".operator-def"
input="a [[set|Tiddler Sets]] of strings"
parameter="one of those strings"
paramName="p"
output="the string that immediately precedes <<.place p>> in the input set"
/>
If <<.place p>> is not present in the input set, or is the first item, then the output is empty.
<<.operator-examples "before">>