Remove docs for apply filter run prefix

This commit is contained in:
Jeremy Ruston 2026-01-17 15:43:45 +00:00
parent 3254544eb2
commit 9641e6a2d0

View file

@ -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:
```
=[<first>addsuffix<s>] =[<second>addsuffix<s>] :apply[function[process],<$1>,<$2>]
```