diff --git a/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid b/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid index 41924f91c..3e6f48cb0 100644 --- a/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +++ b/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid @@ -10,11 +10,11 @@ type: text/vnd.tiddlywiki |''input'' |all titles from previous filter runs | |''output''|the input titles as modified by the filters returned by this filter run | -The filter expression for this filter run is evaluated to return a list of filters. Each input title is then evaluated against each of the filters in turn, and the input title is replaced with the first result of the first filter that returns a non-empty list. If none of the filters return a result for an input title, it is replaced with an empty string. +The [[filter expression|Filter Expression]] for this [[filter run|Filter Run]] is evaluated to return a list of filters. Each input title is then evaluated against each of the filters in turn, and the input title is replaced with the first result of the first filter that returns a non-empty list. If none of the filters return a result for an input title, it is replaced with an empty string. The following variables are available within the filter run: * <<.var currentTiddler>> - the input title * <<.var ..currentTiddler>> - the value of the variable `currentTiddler` outside the filter run. -[[Examples|Cascade Filter Run Prefix (Examples)]] \ No newline at end of file +[[Examples|Cascade Filter Run Prefix (Examples)]]