where have you been :) it is exactly what I was looking for took me a couple of hours to find it on my own but here was my solution <$set name=currentContent tiddler=<<now YYYY-0MM-0DD>> fied=text>
</$set> On Friday, May 8, 2020 at 8:31:58 PM UTC+3, Mark S. wrote: > > In this version it's assumed that you only want to transclude one tiddler > for one day, and the format is YYYY-0MM-0DD. > > <$wikify name="now2" text=<<now YYYY-0MM-0DD>>> > <<now2>><br/> > <$set filter="[<now2>get[text]]" name="curday" select=0> > <<curday>> > </$set> > </$wikify> > > The value of the tiddler ends up in variable <<curday>> > > -- 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/21dc3ac5-87c8-4d79-b81d-4910a3263d6e%40googlegroups.com.

