> ...Version 2.6.5 TiddlyWiki running, with MatchTagsPlugin > ...tiddlers have a date tag in the form da20120802 > ...list of all tiddlers with this type of tag (i.e. da*), > ...sorted in order of the date indicated in that tag. > ... they’re not sorted in the way I want
Try placing the "daYYYYMMDD" tag as the FIRST tag in each tiddler, and then using <<matchTags ... sort:tags ...>> to generate your sorted output. Although tags are entered into tiddlers as space-separated values, the are actually stored internally in each tiddler as an array of text strings. Because the da* tags are first in the array, the resulting list should hopefully be sorted by that tag value. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

