Create 3 tiddlers, Test1, Test2, Test3. Put some text into their text 
field. Here are the other tiddlers to make the TempaltedList work:

title: DataTiddler
type: application/x-tiddler-dictionary

0:Test0
1:Test1
2:Test2

title: ListTemplate

<div style="float:left; font-weight:bold;"><$transclude field="title" 
/>:</div><div style="clear:right"><$edit-text tag="textarea" field="text" 
/></div>

title: TemplatedList
datasource: DataTiddler

<$set name="source" value={{!!datasource}} >
<$list filter="[<source>indexes[]]" variable="index">
<$list filter="[<source>getindex<index>]" variable="currentTiddler" 
template="ListTemplate" />
</$list>
</$set>


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c6e63f3a-e02d-44c3-a365-5e9d604cf050%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to