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"
NOT
"Foo Baz Bar A B C"
as desired. 

So this lets you put a certain group of tags ahead of all other tags, but 
doesn't let you define an arbitrarily order for that group.  Each sub-group of 
tags are still alphabetical.

Not sure what the easy fix is there- instead of the [reverse[]], could that 
list contain a sort based on [[FavoriteTags]]?

The clunkier solution could be to break [[FavoriteTags]] up into multiple 
Tiddlers (start a new Tiddler every time the next tag isn't alphabetical), and 
make the process iterative (so you filter out and list your "first class" tags 
in alphabetical order, then the "second class" tags, and so on, until finally 
listed the un-favored tags last).

Thanks again for the assistance so far bridging the knowledge gap, it's much 
appreciated.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e978bee-2460-4cf4-9664-5a6e405ee020%40googlegroups.com.

Reply via email to