Sorry, I reckon I'm a bit too tired today to make the effort to understand 
your 4-transclusion-word use-case, so I only corrected your syntax.
You should look at the currentTiddler mechanism.

Le mardi 14 octobre 2014 15:03:51 UTC+2, Philip Coltharp a écrit :
>
> I was happy when crafted this list widget code which does this new, 
> learned TW5 magic.
>
> <$list filter="[[codeTiddler]indexes[]rest[105]limit[10]]" variable=ndx>
> <$transclude tiddler="codeTiddler" index=<<ndx>>/>
> </$list>
> (codeTiddler is a tiddler of type application/x-tiddler-dictionary)
>
> I tried to use more magic which came of the form of creating a template 
> that would call the parameters of my list and transclude widgets from the 
> fields of the transcluding tiddler .
> <$list 
> filter="[[{{!!code}}]indexes[]rest[{{!!code_start}}]limit[{{!!code_end}}]]" 
> variable=ndx>
> <$transclude tiddler="{{!!code}}" index=<<ndx>>/>
> </$list>
>
> why is this not supposed to work? is there a workaround?
>
>

-- 
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