This...

[[<$transclude field="title" mode="block"/>]]

...doesn't work as it should try to wikify all the inner *<$foo bar/>* into 
an internal link.

What you want to do is use the <$link> widget 
<http://tiddlywiki.com/#LinkWidget> like so...

<$link><$transclude field="title" mode="block"/></$link>

or, in short...

<$link>{{!!title}}</$link>

...assuming that you don't really need block-mode.

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to