From c0a56e790d9cbe65fe27adfbda0889dc116a538d Mon Sep 17 00:00:00 2001 From: twMat Date: Fri, 18 Dec 2020 21:19:02 +0100 Subject: [PATCH] Update title.tid (#5292) --- editions/tw5.com/tiddlers/filters/title.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/title.tid b/editions/tw5.com/tiddlers/filters/title.tid index 46f16e9b6..3bb59d73f 100644 --- a/editions/tw5.com/tiddlers/filters/title.tid +++ b/editions/tw5.com/tiddlers/filters/title.tid @@ -12,7 +12,7 @@ op-parameter-name: T op-output: a selection containing only <<.place T>> op-neg-output: the input, but with tiddler <<.place T>> filtered out if it exists in the wiki -`[title[An Example]]` can be shortened to `[[An Example]]`, because <<.op title>> is the default filter operator. +`[title[An Example]]` can be shortened to `[[An Example]]`, because <<.op title>> is the default filter operator. Consequentially, `[!title[An Example]]` can be shortened to `[![An Example]]`. <<.op title>> is a [[constructor|Selection Constructors]] (except in the form `!title`), but <<.olink2 "field:title" field>> is a [[modifier|Selection Constructors]].