Hi!
Just off the top:
The parameters for transclusion should be separated with space. Also,
if you're using {{tiddler.title}} twice, it just means that you're
passing the same title twice, which is unnecessary, because you can
just reuse $1. If you want two different titles, you'll have to do
something different. Also, it seems that your transclusion calls the
FetNomenclatureTreeTagTag tiddler, which in turn also calls itself
through fET.
It would help if you had an example on the internet, so we could take
a look.w On Oct 13, 12:41 pm, julien23 <[email protected]> wrote: > Hi > > I am trying to build a tree like nomenclature for mechanical > assemblies. > > Here is the schematic : > > <<tiddler AutoRefresh>><<tiddler [[FetNomenclatureTreeTagTag]] with: > {{tiddler.title}}{{tiddler.title}}>> > > [[FetNomenclatureTreeTagTag]] > > <<forEachTiddler > where > 'tiddler.tags.contains("$1") && tiddler.tags.contains("$2)"' > write > '((index == 0) ? "" : "\n")+"[["+tiddler.title+"|"+tiddler.title > +"]]<<tiddler FetNomenclatureTreeTagTag with: [["+tiddler.title+"]] > [["+tiddler.title+"]]\>\>"' > > > > well... it does not work ... is it something possible any way? > > would there be a workaround -- 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.

