How to display t the title of each tiddler below the contents when you translude bye tag?

31 views
Skip to first unread message

Thomas Clark

unread,
Nov 3, 2018, 7:25:28 AM11/3/18
to TiddlyWiki
Hey all,

As the title says, I want to transclude all  tiddlers of the "#Power&Resources"  and "#Powerbase" tags and include each individual tiddler's  tittle  below the transcluded content. Do you know how I might be able to rewrite the tiddler below to include such?.                                     


<$list filter="[tag[#Power&Resources]]">
<$transclude mode="block"/>
</$list>

<$list filter="[tag[#Powerbase]]">
<$transclude mode="block"/>
</$list>

Mark S.

unread,
Nov 3, 2018, 9:52:30 AM11/3/18
to TiddlyWiki
Perhaps

<$list filter="[tag[#Power&Resources]]">
<$transclude mode="block"/> <br/>
         <$view field="title"/>
         </$list>

-- Mark
Reply all
Reply to author
Forward
0 new messages