From 9641e6a2d02feddc36cd579c71d454a7925b8229 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 17 Jan 2026 15:43:45 +0000 Subject: [PATCH] Remove docs for apply filter run prefix --- .../syntax/Apply Filter Run Prefix.tid | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 editions/tw5.com/tiddlers/filters/syntax/Apply Filter Run Prefix.tid diff --git a/editions/tw5.com/tiddlers/filters/syntax/Apply Filter Run Prefix.tid b/editions/tw5.com/tiddlers/filters/syntax/Apply Filter Run Prefix.tid deleted file mode 100644 index c1181d3a0..000000000 --- a/editions/tw5.com/tiddlers/filters/syntax/Apply Filter Run Prefix.tid +++ /dev/null @@ -1,24 +0,0 @@ -created: 20250212154426403 -from-version: 5.4.0 -modified: 20250212154426403 -rp-input: the filter output of all previous runs so far -rp-output: the result of evaluating the filter run -rp-purpose: make input titles available as variables when evaluating this filter run -tags: [[Named Filter Run Prefix]] -title: Apply Filter Run Prefix -type: text/vnd.tiddlywiki - -<$railroad text=""" -\start none -\end none -( ":apply" | - ) -[[run|"Filter Run"]] -"""/> - -The input titles from previous runs are made available to this run as numeric variables <<.var $1>>, <<.var $2>>, <<.var $3>> etc. The results of the filter run are the output titles. - -The `:apply` filter run prefix is useful when using computed values as the parameters of operators. For example: - -``` -=[addsuffix] =[addsuffix] :apply[function[process],<$1>,<$2>] -```