I hand typed the example (not cut and paste) -- the quote mark was not 
missing in the original.

It's the 2nd form that works {{||template}}. Using {{template}} would just 
insert the contents of the template.

It would be a lot cleaner if template="MyTemplate" were to work.

Thanks!
-- Mark

On Wednesday, January 2, 2019 at 5:41:35 PM UTC-8, TonyM wrote:
>
> 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/54ccb594-b229-4425-868b-8d3cffe944dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to