Hi Alex & Ton,

use:
> : <$transclude tiddler="foo" mode="block"/>


You can make that easier on you by creating a global macro tagged 
*$:/tags/Macro* perhaps called *$:/.ah/macros/transclude-block* 
containing...

\define get(tiddler,field:text)
<$transclude tiddler="$tiddler$" field="$field$" mode="block"/>
\end

and then use...

<<get foo>>

to get the title or tags (as plain text!) use...

<<get foo title>>

<<get tags>>

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