[tw5] Re: Reordering Tags

2019-11-14 Thread mageykun
Aha, perfect! That does indeed do it. Thank you for sticking with this, you've been a great help. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw5] Re: Reordering Tags

2019-11-14 Thread mageykun
Ooh. It's so close, but I found an edge case. If the contents of [[FavoriteTags]] are not in alphabetical order, it forces them to be so in the tag display. So for instance, if the contents of [[FavoriteTags]] is: "Foo Baz Bar D" Then the tag display for [[ATestTiddler]] is "Foo Bar Baz A B C"

[tw5] Re: Reordering Tags

2019-11-13 Thread mageykun
Well, at the very least, I now know $:/core/ui/ViewTemplate/tag is what needs to be altered. One possible workaround: if filtering based off a centralized list doesn't work, could I just alter the sort instead? Say, define a new field "tagpriority" and assign a value in this field for the

[tw5] Re: Reordering Tags

2019-11-11 Thread mageykun
Hmm. Actually, there is one small bug: this code does sort the tags in the specified order, but the tags listed in "MyTagOrder" appear on all Tiddlers, even those without those tags. So for example, if the contents of "MyTagOrder" are "foo bar", every Tiddler gets "foo" and "bar" tag pills

[tw5] Re: Reordering Tags

2019-11-11 Thread mageykun
Thank you very much Eric, that is exactly what I was looking for, and it works like a charm. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to