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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/402d07a2-13e3-4c01-b75a-68e29e3cc78f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to