Hello,

As part of a plugin that I'm developing I need access of the fields of the 
subtiddlers of a plugin like tiddler. I tried with this:

<$list filter="[title[TEST]plugintiddlers[]sort[title]]">
<tr><th colspan="2"><$view field="title"/></th></tr><$list 
filter="[is[current]fields[]] -[[text]]" variable="field">
<tr><th><<field>></th><td><$view field=<<field>>/></td></tr>
</$list>
</$list>
</table>


But it transcludes the fields of the tiddlers that are on the store. How 
can I access the sub-tiddlers fields instead?

-- 
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.

Reply via email to