From 4759f737702f8a2aeb9c693d8fc6e1275e470f2d Mon Sep 17 00:00:00 2001 From: Thomas Herlea Date: Thu, 29 Jun 2017 18:03:10 +0200 Subject: [PATCH] Added missing "tags" option to the railroad diagram and put the categories in alphabetical order. (#2861) --- editions/tw5.com/tiddlers/filters/all.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/all.tid b/editions/tw5.com/tiddlers/filters/all.tid index 980ebb2ea..46e5559c0 100644 --- a/editions/tw5.com/tiddlers/filters/all.tid +++ b/editions/tw5.com/tiddlers/filters/all.tid @@ -12,7 +12,7 @@ type: text/vnd.tiddlywiki The parameter specifies zero or more fundamental categories using the following syntax: <$railroad text=""" -[{: ("current" | "missing" |: "orphans" | "shadows" | "tiddlers" ) +"+" }] +[{: ("current" | "missing" |: "orphans" | "shadows" | "tags" | "tiddlers" ) +"+" }] """/> |!Category |!Members |!Sorted | @@ -20,8 +20,8 @@ The parameter specifies zero or more fundamental categories using the following |^`missing` |all non-existent tiddlers to which there is at least one [[hard link|Hard and Soft Links]] |^no | |^`orphans` |all tiddlers to which there are <<.em no>> hard links |^by title | |^`shadows` |all the [[shadow tiddlers|ShadowTiddlers]] that exist, including any that have been overridden with non-shadow tiddlers |^no | -|^`tiddlers` |all the non-shadow tiddlers that exist |no | |^`tags` |all the tags in use on non-shadow tiddlers |no | +|^`tiddlers` |all the non-shadow tiddlers that exist |no | If the parameter specifies more than one category, they are processed from left to right. The overall output is initially empty, and each category's output is [[dominantly appended|Dominant Append]] to it in turn. Unrecognised categories contribute nothing to the output.