From 4d040d2499e51adba369562e1f8e0d547cfb334f Mon Sep 17 00:00:00 2001 From: twMat Date: Mon, 16 Jan 2023 13:56:51 +0100 Subject: [PATCH] Docs: Update is.tid (#7213) Ref [discussion](https://talk.tiddlywiki.org/t/filter-q-is-tiddler-or-shadow-how/5888) --- editions/tw5.com/tiddlers/filters/is.tid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/is.tid b/editions/tw5.com/tiddlers/filters/is.tid index a38f8315f..cc23a9598 100644 --- a/editions/tw5.com/tiddlers/filters/is.tid +++ b/editions/tw5.com/tiddlers/filters/is.tid @@ -33,6 +33,8 @@ If <<.place C>> is anything else an error message is returned. <<.from-version " When <<.op is[missing]>> is the first operator in a [[run|Filter Run]], its output is always empty. And when <<.op is[shadow]>> comes first, it outputs only those shadow tiddlers that have been overridden. This is because the [[initial input to a run|Filter Expression]] contains only <<.em non>>-shadow tiddlers. -The <<.olink all>> operator is similar, but its scope is the whole wiki. +<<.tip "Use `has[title]` to match any tiddler title that is either a tiddler //or// a shadow tiddler.">> -<<.operator-examples "is">> \ No newline at end of file +The <<.olink all>> operator is similar to <<.olink is>>, but its scope is the whole wiki. + +<<.operator-examples "is">>