Hi, each day I tag all my tiddlers with the appropriate tags and a tag for
the day: e.g. "2018-10-01"
I have a tiddler I use that looks like:
<$set name=dateToday value="2018-10-01">
<$list filter="[tag<dateToday>]">
<h2><$link><$transclude field="title" mode="block"/></$link></h2>
<$transclude mode="block"/>
</$list>
<$set>
!! Misc Notes
How can I reuse the above tiddler with value="2018-10-01" being replaced by
an incoming variable from another tiddler?
For example I envision using the above tiddler - let's call it DailyTiddler
something like:
{{{ 2018-10-02 || DailyTiddler }}}
Is this possible? How would I reference the incoming variable in
DailyTiddler?
I feel like the answer might be
here: https://tiddlywiki.com/static/Transclusion%2520in%2520WikiText.html ,
but I can't quite piece it together.
Thanks,
Peter.
--
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/3e93d9db-dcd2-4e73-89d5-025b773a7e04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.