For the next step I'm trying to use that list of tiddlers to list the data
listed in the index("origin") of those data tiddlers
I've tried this:
<$list filter="[indexes[origin]]">
<$list filter="[all[current]fields[]]" variable="fieldname">
<$list filter="[all[current]get<fieldname>prefix[1]suffix[1]]">
<<fieldname>>
</$list>
</$list>
</$list>
and this
<$list filter="[all[current]fields[]]" variable="fieldname">
<$list filter="[all[current]get<fieldname>prefix[1]suffix[1]]">
<$list filter="[indexes[origin]]">
<<fieldname>>
</$list>
</$list>
</$list>
the first one doesn't returning anything, and the second one just repeats
the initial list you gave me but multiplied (each item repeats for the
number of items in the original list)
Are there any tutorials or search terms I should use to find something to
get this working?
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/4b4ef4f9-2136-402a-a818-4e4a99f5759f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.