Hi again

Eric's ReplaceTiddlerTitle transclusion provides the option to write
sth in double curly brackets inside a tiddler macro:
http://www.tiddlytools.com/#ReplaceTiddlerTitle
Maybe it can give you some directions...

Cheers Måns Mårtensson

On 23 Feb., 14:38, Måns <[email protected]> wrote:
> 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