mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-02 16:18:54 +00:00
Missed off 211b135265
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user