Hi Doug,
<<tiddler [[$1::theCompanyFullName]]>> (<<tiddler [[<<tiddler
[[$1::theOwner]]>>::theCompanyName]]>>)
Does not seem to be valid syntax! You probably thought that
transcluding via the tiddler macro returns a string value but that is
not the case! Instead a "span" element with the respective content
wikified into it is generated in the DOM!
Try (something like) this:
<<tiddler [[$1::theCompanyFullName]]>> (<<tiddler
{{wikify(store.getTiddlerSlice(store.getTiddlerSlice('$1','theOwner'),theCompanyName),place);"";}}
>>)
Tobias.
--
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.