Mark,

I think I have seen this before. 

Quick check 
<$list filter=... template="MyTemplate"/>
Was missing a "

I have not used this form of template much before, but is it working like? 
{{MyTemplate}}
vs
{{||MyTemplate}}

Where one is a transclusion, the other is a transclusion using current 
tiddler values?

Regards
Tony


On Thursday, 3 January 2019 12:16:31 UTC+11, Mark S. wrote:
>
> If I have this text in a tiddler like MyTemplate:
>
> ; <$view field="caption"/>
> : <$view field="description"/>
> : <a href={{!!url}}><$view field="url"/></a> 
> : (<$link to=<<currentTiddler>>><<currentTiddler>></$link>)
>
> and use it with the list widget:
>
> <$list filter=... template="MyTemplate/>
>
> The widget ignores the wikitext markup and I see literal : and ; symbols 
> rather than terms and definitions.
>
> But if I make it like this:
>
> <$list filter=... />
>
> {||MyTemplate}}
> </$list>
>
> Then it uses the markup. Shouldn't it use the markup when used as a 
> template?
>
> Thanks!
> -- Mark
>

-- 
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/e74b86a5-1321-410d-83d9-314988de9166%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to