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