Hi,

This link 
https://groups.google.com/forum/#!searchin/tiddlywiki/transclude$20all$20with$20tag|sort:relevance/tiddlywiki/OcOZ04M39XM/ftEl9FV4BwAJ

Shows how to transclude tiddler titles as links OR the text content of a 
tiddler (see below)

<$list filter="[tag[myTag]]">

<$transclude mode="block"/>
</$list>

with heading links...

<$list filter="[tag[myTag]]">

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

How do I combine them to have the tiddler title (as a link) followed by the 
content of the tiddler? So if there are five tiddlers tagged with "myTag", 
I get TITLE (as link) followed by CONTENT, repeated five times (once for 
each tiddler)

Thanks, Bob

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b01f900-3cb0-4f3b-a799-045ec7d4ac18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to