Hello Jeremy, I did already, but the transclude subtiddler only works with the text or tittle.
I I do something like this: <$list filter="[title[TEST]plugintiddlers[]sort[title]]" variable="subtiddler"> <$transclude tiddler="TEST" subtiddler=<<subtiddler>> field="uploaded"/> </$list> I get that field. But, how can I iterate over all the fields? El martes, 25 de noviembre de 2014 15:06:30 UTC+1, Jeremy Ruston escribió: > > Hi Danielo > > Try searching for "subtiddler" on tiddlywiki.com: > > http://tiddlywiki.com/#ViewWidget:ViewWidget%20TranscludeWidget > > Best wishes > > Jeremy > > > On Tue, Nov 25, 2014 at 1:57 PM, Danielo Rodríguez <[email protected] > <javascript:>> wrote: > >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- 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.

