[tw] Re: fET inside a fET : syntax around %1

2010-12-16 Thread Måns
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) ? :

[tw] Re: fET inside a fET : syntax around %1

2010-12-16 Thread julien23
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    

[tw] Re: fET inside a fET : syntax around %1

2010-12-15 Thread Kriss
try this: '((index == 0) ? : \n)+*+tiddler.title+\n tiddler FetDefinitionTagsText with:[[Sortie]] [[+tiddler.title+]] $))' On 15 dec, 12:26, julien23 jbouc...@capsule-ea.fr wrote: I call a two layered fET with the command here below, but I think I am doing something wrong around the syntax

[tw] Re: fET inside a fET : syntax around %1

2010-12-15 Thread julien23
thanks for helpping the |Sortie|+tiddler.title+| thing works fine, my problem is with %1 that should filter tiddlers tagged with the original tiddler's name tiddler FetLauchingGrouped with: {{tiddler.title}} but does not :-( I suspect it should be written '%1' or {%1} or