1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/before.tid

19 lines
563 B
Plaintext
Raw Normal View History

created: 20140512103123179
modified: 20150124164952000
tags: [[Filter Operators]] [[Order Operators]]
2014-09-10 22:42:13 +00:00
caption: before
title: before Operator
type: text/vnd.tiddlywiki
purpose: find which input title precedes a specified one
<$macrocall $name=".operator-def"
input="a [[selection of titles|Title Selection]]"
2015-01-19 19:37:26 +00:00
parameter="one of those titles"
paramName="t"
output="the title that immediately precedes <<.place t>> in the input"
/>
If <<.place t>> is not present in the input, or is the first title there, then the output is empty.
<<.operator-examples "before">>