I'm trying to sort some tiddlers based on their tags, without having to do a nested list. The problem I've encountered is that the tags in the tags field are not sorted by title, so if I apply them in the wrong order, I get the wrong order in the list.
What I started trying to do is to create a tool that sorts the tags, then reapplies them to the tags field, but I just can't get it to work. I can't get the set widget to actually use the filter "[is[current]tags[]sort[]]". Here's the basic part that I can't get to work <$set name="sorted" filter="[is[current]tags[]sort[]]"> <<sorted>> </$set> here's the whole thing. <$list filter="[tag[Characters]]"> <div> <$set name="sorted" filter="[is[current]tags[]sort[]]"> <<sorted>> <$button set="!!tags" setTo=<<sorted>> > <$view field="title"/> </$button> </$set> </div> </$list> All I get out the other side of the list is a bunch of buttons that clear the tags field on the appropriate tiddler when clicked. Any ideas? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

