From 7640135a7ef8ecbe5d56ea2b2dc829c2b8265dbd Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 18 Mar 2025 16:29:11 +0000 Subject: [PATCH] Docs update --- .../tw5.com/tiddlers/filters/syntax/Let Filter Run Prefix.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editions/tw5.com/tiddlers/filters/syntax/Let Filter Run Prefix.tid b/editions/tw5.com/tiddlers/filters/syntax/Let Filter Run Prefix.tid index 3fea6d36c..60daba149 100644 --- a/editions/tw5.com/tiddlers/filters/syntax/Let Filter Run Prefix.tid +++ b/editions/tw5.com/tiddlers/filters/syntax/Let Filter Run Prefix.tid @@ -18,3 +18,5 @@ type: text/vnd.tiddlywiki The `:let` filter run prefix assigns the title list resulting from previous filter runs to a [[multi-valued variable|Multi-Valued Variable]]. The variable is named with the first result returned by the filter run. The variable is made available to the remaining [[filter runs|Filter Run]] in the [[filter expression|Filter Expression]]. Only the first item in the result list is returned when the variable is accessed in the usual way (or an empty string if the result list is empty). The special [varlist Operator] is used to access all the items in the result list. + +The `:let` filter run prefix always clears the current result list. \ No newline at end of file