Hi,
I want to make Images Gallery on TiddlerWiki.
So I import the ImageList like this:
------
ImageList
------
------
TiddlerType: application/x-tiddler-dictionary
And only static dataTidder+index is working, but it not to change index.
------
<img src={{ImageList##1}} />
------
Then I try RangeWidget and ViewWidget to finish it, but not working.
------
<$range tiddler="dataIndex" min="1" max="3" default="1" increment="1"/>
<img src=<$view tiddler="ImageList" index=dataIndex
> />
------
I want to know: How to fill HTML field with dataTiddler?
Thanks.
Yuki