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.