On Saturday, April 10, 2021 at 5:23:35 AM UTC-7 Sapphireslinger wrote:

> I tried this. The DetailsWidget drops down, but empty again just like the 
> modal was.
>
> <$list filter="[tag[video]sort[title]]">
> <$details summary={{!!caption}}>
> {{<currentTiddler>||VideoTemplate}}
> </$details>
> </$list>
>

1) Except in filters, references to <<currentTiddler>> use *doubled* angle 
brackets.
2) You can't use <<currentTiddler>> within the {{...}} transclusion syntax
3) If you omit the currentTiddler syntax from the transclusion it will use 
the default (which is currentTiddler anyway), like this:

{{||VideoTemplate}}

-e

-- 
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/567b170e-4960-4dd1-89b8-d7c07294a324n%40googlegroups.com.

Reply via email to