1. Create tiddlers for the tags that you'd like to have appear in a certain order, e.g.,
etc.
2. In each tiddler:
a) Add a field with the desired sort order for that tag:
In the Jan tiddler: field=tagorder value=1
In the Feb tiddler: field=tagorder value=2
b) The above would be enough because you could filter for
has[tagorder]
but I found it helpful to also give the entire group a unique tag color, so I also added a color field to each tiddler:
field=color value=#977ef8
3. Use Advanced Search to find the shadow tiddler $:/core/ui/ViewTemplate/tags
Here's where you can decide how you want things to sort. My preference was to edit the original filter so that it excludes tags with my unique color, and then add a second filter finding and sorting only the tags with my color.
I replaced the text between <div class="tc-tags-wrapper"> and </div> with: