Hi Rob,
If you work with data tiddlers and you want to create some UI to modify the content you'll need an index. .... Any form of index, to be able to reference the content.
eg: {{myData##01}} {{myData##02}} ...
[
"01":"Firefox Fx",
"02":"FTS [[full text search]]"
]
I'm not sure, what you want to create, but I did a series of videos some time ago, which describes in detail how I did implement it:
see:
A script and todo manager workflow / UI experiment Videos 12 and 13 + the corresponding code may be interesting for you.
have fun!
mario