If you know any javascript than making a filter operator to do this 
wouldn't be too terribly difficult, there are just a lot of things to keep 
track of.

Since some browsers (namely chrome) don't have stable sorts you have to 
sort by year (since each title starts with a 4 digit year this should just 
be a normal sort), then for each year that appears in the list make a list 
of all the tiddlers that are in that year, for each year list remove the 
first 5 characters and then do a numeric sort by everything before the 
first / in what is left to get the year grouped into months and split that 
into individual lists for months, than in each month split out the day 
second and sort by that. Then using the orders discovered in each part 
rebuild the original list.

-- 
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/9705c5cd-3961-4a55-9572-7d3bae7ac4e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to