1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/after.tid

19 lines
557 B
Plaintext
Raw Normal View History

created: 20140512103123179
modified: 20150124204353000
tags: [[Filter Operators]] [[Order Operators]]
title: after Operator
type: text/vnd.tiddlywiki
caption: after
purpose: find which input title follows 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 follows <<.place t>> in the input"
/>
If <<.place t>> is not present in the input, or is the last title there, then the output is empty.
<<.operator-examples "after">>