Damien, My first question is why tag something with information already in the tiddler, the created date instead you can use search, sort and days operators etc... to list tiddlers.
Of course if you want to sort something the something needs to be sortable. This Is why I would stay with the created date which is yyyy0mm0dd... rather than mm-dd-yyyy which your tags are, day of month 12 would come before day of month 2 What I am suggesting is you step back and define/redefine your needs because it seems to me, whist I could give you some answers, I would only be helping you go down the wrong path. Regards Tones On Monday, 18 January 2021 at 01:11:35 UTC+11 Damien Errol wrote: > My tiddlywiki has a topbar where I want to display tags for today and the > past week. > > Every tiddler is tagged with the date it was created in the format > DD-MM-YY, e.g. a tiddler created 18th January 2021 is tagged with 18-1-21. > I want to display 18-1-21, 17-1-21, 16-1-21, so on, along the top. > > I've managed to display today's tag with a very simple: > " > <$vars date=<<now "DD-MM-YY">> > > <<tag $(date)$ >> > " > - but I don't really know what I'm doing and I'm struggling to display > yesterday's or the day before's date. Any help would be much much > appreciated. Thank you! > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/76c62c47-6f81-453f-8a0f-e9bd8a06562dn%40googlegroups.com.

