Thank you Mohammed, that worked perfectly!
Tony, I'd also like to get your version working as well, but I'm stuck.
This is what I thought should work:
\define newvalue() <<currentTiddler>>.d
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[headache]]"><tr><td><$link to={{!!title}}><$view
field="title"/></$link><br><<yesnotag>> </td>
<td><$transclude/></td>
<td><$transclude tiddler=<<newvalue>>/></td></tr>
</$list>
</table>
I also tried with double quotes in the macro and the transclude for good
measure (even though I'm pretty sure you explained it wouldn't work in the
transclude part)
I'll post if I stumble across the answer...
On Saturday, October 6, 2018 at 9:49:11 PM UTC-6, TonyM wrote:
>
> In cases like "<<currentTiddler>>.d" will not be wikified in a parameter
> unless they are inside a wikify widget. Try first to wikify it and put the
> new name in without quotes param=<<newvalue>>
>
> The angle brackets in a way replace the " " to delimit the value. If you
> use " " it says it is a litteral string and returns it unevaluated.
>
> You can also "concatinate" in macros
>
> \define newvalue() <<currentTiddler>>.d
>
> At the top of the tiddler.
>
> Regards
> Tony
>
>
--
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/3f544a71-f8c4-4b47-af34-f1ac67a634f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.