In Tiddler “A”, I have a macro that transcludes the summary field of tiddler “B”.
In B’s summary field I have a link to currentTiddler. <$link to=<<currentTiddler>>>*</$link>
[Assume I don’t have the option of just writing <$link to="B">*</$link>]
How can I force the current tiddler link to always be a link to B even when it is showing in the macro in A? I looked through the documentation but am still confused.