mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 05:21:01 -08:00
Remove docs for apply filter run prefix
This commit is contained in:
parent
3254544eb2
commit
9641e6a2d0
1 changed files with 0 additions and 24 deletions
|
|
@ -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>]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue