From ac134ac5496423eac57d5df0720f3b7dcb814f0d Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 18 Mar 2025 15:54:51 +0000 Subject: [PATCH] Missed off 211b13526501b7e61e42a6ffc6695688281258b2 --- .../tw5.com/tiddlers/filters/syntax/Let Filter Run Prefix.tid | 3 --- 1 file changed, 3 deletions(-) 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 8d4ed15a4..3fea6d36c 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,6 +18,3 @@ 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. - -Within the filter run the [[all Operator]] with an empty parameter retrieves all the titles from the previous filter runs, instead of the usual behaviour of retieving all the titles that were passed to the filter expression. -