It works

thanks a lot

On Dec 16, 7:47 pm, Måns <humam...@gmail.com> wrote:
> Hi Julien23
>
>
>
> > <<tiddler FetLauchingGrouped with: {{tiddler.title}}>>
>
> > [[FetLauchingGrouped]]
> > <<forEachTiddler
> >     where
> >         'tiddler.tags.contains("Sorties") && !
> > tiddler.tags.contains("attachment")'
> >     sortBy
> >         tiddler.modified
> >         descending
> >    write
> >  '((index == 0) ? "" : "\n")+"*"+tiddler.title+"\n <<tiddler
> > FetDefinitionTagsText with: %1 |Sortie|"+tiddler.title+"|$))"'
>
> > [[FetDefinitionTagsText]]
> > <<forEachTiddler
> >     where
> >         'tiddler.tags.contains("$1") && tiddler.text.contains("$2")
> > && !tiddler.tags.contains("attachment")'
> >     sortBy
> >         tiddler.modified
> >         descending
> >    write
> >  '((index == 0) ? "" : "\n")+"*[["+tiddler.title+"|"+tiddler.title
> > +"]]"'
>
> Why not:
> <<tiddler FetLauchingGrouped>>
> [[FetLauchingGrouped]]
> <<forEachTiddler
>     where
>         'tiddler.tags.contains("Sorties") && !
> tiddler.tags.contains("attachment")'
>     sortBy
>         tiddler.modified
>         descending
>    write
>  '((index == 0) ? "" : "\n")+"*"+tiddler.title+"\n <<tiddler
> FetDefinitionTagsText with:{{tiddler.title}} |Sortie|"+tiddler.title+"|
> $))"'
>
> [[FetDefinitionTagsText]]
> <<forEachTiddler
>     where
>         'tiddler.tags.contains("$1") && tiddler.text.contains("$2")
> && !tiddler.tags.contains("attachment")'
>     sortBy
>         tiddler.modified
>         descending
>    write
>  '((index == 0) ? "" : "\n")+"*[["+tiddler.title+"|"+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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to