When TiddlyWiki generates a list of the tiddlers that have a particular tag (e.g. the dropdown list of a tag pill), it orders the tiddlers using the following rules:
list field of the tag tiddler, in the order given there.T, look for a list-before field. If this has a tiddler title as its value, place T just before that one.T at the very start of the list.T, look for a list-after field. If this has a tiddler title as its value, place tiddler T just after that one.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.