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.