mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 00:46:52 +00:00
parent
453d91caeb
commit
1acad41574
@ -1,5 +1,5 @@
|
|||||||
created: 20150124125646000
|
created: 20150124125646000
|
||||||
modified: 20211127140005352
|
modified: 20220729141540007
|
||||||
tags: Tagging
|
tags: Tagging
|
||||||
title: Order of Tagged Tiddlers
|
title: Order of Tagged Tiddlers
|
||||||
type: text/vnd.tiddlywiki
|
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.
|
# 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.
|
# 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user