Hi Julien

Can't you simply use "<<tiddler FetThumbnails with: [["+tiddler.title
+"]]\>\>"
in this example?

Cheers Måns Mårtensson

On 23 Feb., 11:26, julien23 <[email protected]> wrote:
> What would be the alternate characters to write "}}" inside macro's
> brackets << macro >> ?
>
> Case study :
>
> <<forEachTiddler
>     where
>         'tiddler.text.contains("$1") && tiddler.title!="$2" && !
> tiddler.tags.contains("hidden")'
>     sortBy
>         tiddler.modified
>     descending
>    write
>  '((index == 0) ? "" : "\n")+"|[["+tiddler.title+"|"+tiddler.title
> +"]]<br$)<<tiddler [["+tiddler.title+"::Accroche]]$))|<<tiddler
> FetThumbnails with: {{"+tiddler.title+"}}$))|"'
>
>
>
> with
>
> [[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+"]] "'>>
>
> thanks

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