Update Filter Pragma.tid

This commit is contained in:
Jeremy Ruston
2026-02-01 11:35:00 +00:00
parent b6106ee4d9
commit 82fc2f24b2

View File

@@ -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.