Ok for "viewerTiddler" instead of "viewTiddler" it fixes the error message in fET.
But it doesn't help with displaying the result in another tiddler with GidPlugin. I am still digging on it, I really need it to work... Thanks On 22 déc, 15:02, cmari <[email protected]> wrote: > Never mind, I see now that you were asking two separate questions: one > about whether GridPlugin can be used to display the results of a fET > macro in another tiddler (not to my knowledge, but someone else may > have a trick), and a slightly different question about > context.viewerTiddler.title. > It's possible that your TypeError is only because of spelling (try > using viewerTiddler, not viewTiddler). > cmari > > On Dec 22, 7:41 am, cmari <[email protected]> wrote: > > > Can you give a few more details, like what is in your grid macro? > > cmari > > > On Dec 22, 2:12 am, julien23 <[email protected]> wrote: > > > > hey > > > > I am trying to generate a table from tiddler's section using > > > "context.inTiddler.title" variable in fET > > > > But GridPlugin display a local context.inTiddler.title fET instead of > > > the remote context.inTiddler.title fET :-( > > > > I have read about context.viewTiddler.title variable but it gives me > > > some "<<forEachTiddler ...>>: TypeError: context.viewTiddler is > > > undefined" > > > > remote fET section : > > > > <<forEachTiddler > > > where > > > 'tiddler.tags.contains("attachment") && > > > tiddler.tags.contains(context.inTiddler.title) && ! > > > tiddler.text.contains("image")' > > > sortBy > > > tiddler.created > > > descending > > > write > > > '"[["+tiddler.title+"|"+tiddler.title+"]] > > > ("+tiddler.created.formatString("YYYY-0MM-0DD")+")\n"' > > > >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

