Thanks, I hadn't seen that article, 

Yes and No, it works, but not through a template tiddler referenced by a 
transcluding tiddler.  As I was hoping. hmmm

<$list filter="[{!!code}indexes[]rest{!!code_start}limit{!!code_end}]" 
variable="ndx">
<$transclude tiddler={{!!code}} index=<<ndx>>/>
</$list>


On Tuesday, October 14, 2014 10:53:32 AM UTC-4, Evolena wrote:

> I don't really follow your explanations, but maybe you're struggling with 
> the use of TextReferences (see http://tiddlywiki.com/#TextReference), and 
> particularly:
> - Indirect Operands (see 
> http://tiddlywiki.com/#Introduction%20to%20Filters)
> - Indirect Attributes: in a widget when you use a transcluded field 
> <http://tiddlywiki.com/#TextReference> as attribute you don't need the ""
>
> On the contrary, your "variable" attribute in the ListWidget requires the 
> "".
>
> So try this:
> <$list 
> filter="[title{!!code}indexes[]rest{!!code_start}limit{!!code_end}]" 
> variable="ndx">
> <$transclude tiddler={{!!code}} index=<<ndx>>/>
> </$list>
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to