In general transcluded tiddlers don't show their titles. I don't think that 
there is an option for the transclude widget to show the title when 
transcluding the whole tiddler.

You can get a tiddlers title by either <$view tiddler='tiddlerA' 
field='title'/> or <$transclude tiddler='tiddlerA' field='title'/> or 
{{tiddlerA!!title}} in this context I am not sure if there is any 
difference between the three methods. So you could do something like this:

|<h1>{{tiddlerA!!title}}</h1><br><$transclude tiddler="tiddlerA" 
mode="block"/>|<h1>{{tiddlerB!!title}}</h1><br><$transclude 
tiddler="tiddlerB" mode="block"/>|

-- 
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