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.


Reply via email to