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

19 lines
539 B
Plaintext
Raw Normal View History

created: 20140512103123179
modified: 20150118183000000
tags: [[Filter Operators]] [[List Operators]]
title: after Operator
type: text/vnd.tiddlywiki
caption: after
purpose: get the successor 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 follows <<.place p>> in the input set"
/>
If <<.place p>> is not present in the input set, or is the last item, then the output is empty.
<<.operator-examples "after">>