thought of that too. but the <<now>> macro does exactly what it implies: whenever you refresh the page, <<now>> refreshes too, to the current timestamp. this isn't helpful if - in my use case - one wants to go back a few days and check the created & modified tiddlers *of that day* in the past.
Am Montag, 27. November 2017 22:08:59 UTC+1 schrieb Rob Hoelz: > > Another thought - you could probably use the "now" macro to do what you > want: https://tiddlywiki.com/#now Macro > > On Monday, November 27, 2017 at 3:06:03 PM UTC-6, Rob Hoelz wrote: >> >> Hi Stefan, >> >> I have a little macro I wrote to get the current YYYY-MM; it would be >> trivial to adapt it to include the day of the month too! >> >> Here's the macro: >> >> https://gist.github.com/hoelzro/d05b9360d753fd62499a5a6ca403f53b >> >> I use it on my Journal tiddler to list journal entries for the current >> month, like so: >> >> {{{ [tag[Journal]prefix<yyyymm>sort[]reverse[]] }}} >> >> -Rob >> >> On Monday, November 27, 2017 at 2:45:51 PM UTC-6, Stefan Spycher wrote: >>> >>> I'm using tiddlywiki journaling extensively these days, and at the end >>> of the week, i'd like to get an overview on all the created and edited >>> tiddlers of any given past day. >>> the recent tab doesn't help much, because it's hardcoded to 100 days >>> (don't wanna change that), and i'd like to have this overview in the daily >>> journal tiddlers. >>> >>> so, the thing i found is <$list filter=[sameday[20171127]]></$list> >>> >>> but what i'm having a hard time figuring out is how i can substitude the >>> hardcoded date to the 'created' date of the current tiddler (which is the >>> daily journal tiddler, so it's create date is exactly what i could use) >>> >>> long story short, how to use the <currentTiddler> created date in the >>> correct format (YYYYMMDD) as date for the sameday operator? >>> >>> thanks a lot! >>> >> -- 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/d58fdd58-82cf-427e-aa97-09cd20294294%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

