I want to transclude all the tiddlers that start with today's date. I 
suspect I am handling the variable incorrectly.


<$set name="today" value="<<now YYYY-0MM-0DD >>"/> <!-- I want to set the 
variable "today" to the day's date in this specific format ie. 2018-07-28 
--> <$list filter="[prefix[$(today)$]]"> <$view field="title"/><br> 
{{<<currentTiddler>>}}<br> </$list> <!-- I want to show title, then 
transclude contents, if the title starts with today's date -->


Can you help me debug this?


JWHoneycutt

-- 
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/6b182967-e01e-4076-a63c-a941bf1da6ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to