From 1acad41574ef86ff68e92fea1f91db4cd28988a5 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 29 Jul 2022 14:16:09 +0100 Subject: [PATCH] Docs: Clarify ordering of tagged tiddlers Fixes #6850 --- .../tw5.com/tiddlers/concepts/Order of Tagged Tiddlers.tid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/concepts/Order of Tagged Tiddlers.tid b/editions/tw5.com/tiddlers/concepts/Order of Tagged Tiddlers.tid index 650e98baa..ff68b433b 100644 --- a/editions/tw5.com/tiddlers/concepts/Order of Tagged Tiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/Order of Tagged Tiddlers.tid @@ -1,5 +1,5 @@ created: 20150124125646000 -modified: 20211127140005352 +modified: 20220729141540007 tags: Tagging title: Order of Tagged Tiddlers type: text/vnd.tiddlywiki @@ -13,6 +13,8 @@ When ~TiddlyWiki generates a list of the tiddlers that have a particular tag (e. # In each remaining tiddler <<.place T>>, look for a <<.field list-after>> field. If this has a tiddler title as its value, place tiddler <<.place T>> just <<.em after>> that one. +#* As a special case, if the field exists but its value is empty, place <<.place T>> at the very end of the list. + # If any tiddlers still remain, place them at the end of the list in ascending alphabetical order of title. The difference between capital and lowercase letters is ignored. The ordering of tiddlers with a particular tag can be directly modified using drag and drop within a tag pill dropdown. The underlying [[list-tagged-draggable Macro]] can also be used elsewhere.