From 82fc2f24b2974b7403f1cd80ab6b0fd95ed4c6cf Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 1 Feb 2026 11:35:00 +0000 Subject: [PATCH] Update Filter Pragma.tid --- editions/tw5.com/tiddlers/filters/syntax/Filter Pragma.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/syntax/Filter Pragma.tid b/editions/tw5.com/tiddlers/filters/syntax/Filter Pragma.tid index b65d291dd3..53315c92eb 100644 --- a/editions/tw5.com/tiddlers/filters/syntax/Filter Pragma.tid +++ b/editions/tw5.com/tiddlers/filters/syntax/Filter Pragma.tid @@ -6,6 +6,6 @@ type: text/vnd.tiddlywiki TODO:docs-default-prefix-for-subfilter: High level pragma docs & railroad diagram -A <<.def "filter pragma">> is a special instruction embedded within a filter expression that affects the behavior of subsequent filter operations. Filter pragmas are similar to wikitext pragmas and are used to control aspects of filter evaluation. +A <<.def "filter pragma">> is a special instruction embedded within a filter expression that affects the behavior of subsequent filter operations. Filter pragmas are similar to wikitext pragmas and are used to control aspects of filter evaluation. They do not appear at the start of a filter, but can be placed between other filter runs. The `::defaultprefix` pragma sets the default filter run prefix for the remainder of the filter expression. This allows users to control deduplication behavior without having to specify prefixes for each individual operation.