The best solution would be to add a date field and then use that for sorting.
A solution that might work is to use several nested lists. <$list variable="year" filter="2015 2016 2017" > <$list variable="month" filter="01 02 03 04 ... 12"> <$list variable="day" filter="01 02 ... 31"> COMBINE YEAR MONTH DAY AND MATCH AGAINST ALL TIDDLERS </$list></$list></$list> This would probably be a little slow, if you have 1000s of tiddlers, because it's effectively creating every possible date in a range and then checking to see if a tiddler matches that date. Good luck -- Mark -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/23822bd2-6431-4c65-ac57-734d00443ec9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

