I call a two layered fET with the command here below, but I think I am
doing something wrong around the syntax of %1 in
[[FetLauchingGrouped]] ... I have tried all ' " [[ {{ possibles :D
Could you please give me a hand ?
Thanks
<<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
+"]]"'
>>
--
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.