I've created a filter as below which aims to return a set of transcluded 
tiddlers. 


<$list filter="[tag[JournalEntry]]">
<$link to=<<currentTiddler>>>
  <$view field=created format=date template="0hh:0mm"/>:
 </$link>
<$transclude tiddler={{!!title}} mode="block"/>
</$list>
<br>
{{hr}}
<br>

My aim is to filter this down to those tiddlers whose created field matches the 
field of the parent tiddler. 

I see that I can do this manually like so:

<list 
filter="[tag[JournalEntry]field:created/^20190807/]"><$transclude/><br></$list>

Is there any way that I can pass the value of the parent tiddler into 
field:created?

-- 
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/b8445fc1-5056-49ca-82e1-c6a38b6858e7%40googlegroups.com.

Reply via email to