Hi, 

I'm trying to transclude both a tiddler and a related tiddler in a filtered 
table.  The main tiddler referenced by {{!!title}} works (it's an image), 
but the description stored in a "related" tiddler (named the same title, 
but with ".d" added to the name), so tiddlers e.g. [[Crunches]] and 
[[Crunches.d]]

Here's what I tried :

<table><thead><tr><td>Exercise</td><td>Picture</td><td>Description</td></tr></thead>
<$list filter="[tag[Yes]]"><tr>
<td><$link to={{!!title}}><$view field="title"/></$link></td>
<td><$transclude/></td>
<td><$transclude tiddler="{{!!title}}.d"/></td>
</tr></$list></table>

and this in the fifth row:


<td><$transclude tiddler="<<currentTiddler>>.d"/></td>


and this:


<td><$transclude tiddler="""<$list 
filter="[all[current]addsuffix[.d]">"""/></td>



but none of them work.

Any suggestions?  





-- 
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/6e120446-ed79-4b8a-9447-74f35d1ab6d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to