[tw5] Re: Template transclusions from variables or fields or macros

2019-11-29 Thread Paul Lee
> However a slight variation looks similar > {{{ [] }}} > The triple braces allow you to use a inline filter > > That appears to be the sort of functionality I was looking for; a way to substitute into the transclusion syntax. However, I can't quite get it to work; I'm having better luck with

[tw5] Re: Template transclusions from variables or fields or macros

2019-11-29 Thread Paul Lee
On Thursday, November 28, 2019 at 1:42:05 PM UTC-5, Mark S. wrote: > > I'm not sure how you're activating your template. > I was simply transcluding the template with the *{{||templateName}}* notation, following the example . I didn't

[tw5] Re: Template transclusions from variables or fields or macros

2019-11-28 Thread TonyM
Paul, Just a few notes to help. Marks suggestion is great. It is important to understand {{}} Is simply not valid syntax. You are trying to use the simplified version before using the general version. However a slight variation looks similar {{{ [] }}} The triple braces allow you to use a

[tw5] Re: Template transclusions from variables or fields or macros

2019-11-28 Thread 'Mark S.' via TiddlyWiki
I'm not sure how you're activating your template. If you have a template tiddler, tagged $:/tags/ViewTemplate, with the following content: <$list filter="[all[current]has[content-tiddler]]"> <$transclude tiddler={{!!content-tiddler}}/> Then any tiddler with content-tiddler field will include