Second exemple :

<<forEachTiddler
    where
        'tiddler.tags.contains(context.inTiddler.title) && !
tiddler.tags.contains("attachment")'
    sortBy
        tiddler.title
    ascending
   write
 '((index == 0) ? "|Description|Plus|Moins|h\n" : "\n")+"|!
[["+tiddler.title+"|"+tiddler.title+"]]<<tiddler FetThumbnails with:
[["+tiddler.title+"]]\>\> |>|>|h\n|<<tiddler [["+tiddler.title
+"##Description]]$))|<<tiddler [["+tiddler.title+"##Plus]]$))|
<<tiddler [["+tiddler.title+"##Moins]]$))|"'
>>

[[FetThumbnails]]
<<tiddler AutoRefresh>><<forEachTiddler
    where
        'tiddler.tags.contains("attachment") &&
tiddler.tags.contains("$1") && tiddler.text.contains("image") '
    sortBy
        tiddler.created
    descending
   write
        '"[img(,5em+)["+tiddler.title+"]] "'>>

On Nov 4, 10:52 pm, Måns <[email protected]> wrote:
> Hi again> There are many case where I would need to have a fET inside a fET...
>
> Give me an example of what you would like to do...> Do you have any exemple ?
>
> If you provide an example of what you wan't...
> My use of fETs inside fETs are always via embedded tiddlermaros
> <<tiddler sometiddler##sectionfET with: [[+tiddler.title+]]\>\>...
>
> Cheers Måns Mårtensson

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