mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-04 18:08:55 +00:00
Remove docs for apply filter run prefix
This commit is contained in:
@@ -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>]
|
||||
```
|
||||
Reference in New Issue
Block a user