First exemple :
<<forEachTiddler
where
'tiddler.tags.contains("Pièces") && !
tiddler.tags.contains("attachment")'
sortBy
tiddler.title
ascending
write
'"!![["+tiddler.title+"|"+tiddler.title+"]]\n<<tiddler FetChoix with:
[["+tiddler.title+"]] {{tiddler.title}}\>\>\n"'
>>
[[FetChoix]]
<<forEachTiddler
where
'tiddler.tags.contains("$1") && tiddler.tags.contains("$2")
&& !tiddler.tags.contains("!Fonctions") && !
tiddler.tags.contains("attachment")'
sortBy
tiddler.title
ascending
write
'((index == 0) ? "||Plus|Moins|h\n" : "\n")+"|[["+tiddler.title
+"|"+tiddler.title+"]] |<<tiddler [["+tiddler.title+"##Plus]]$))|
<<tiddler [["+tiddler.title+"##Moins]]$))|"'
>>
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.