I wanted to set up a template to render and external link where the title
of the tiddler is the regular “clickable link” and a field called link
is the actual link to go to.
I have this in my “JobFolder” template
[ext[ {{!!title}} | file:///{{!!link}} ]]
But all that is rendered is a literal {{!!title}} underlined in blue linking to file:///{{!!link}}
In a tiddler that I want to put through this template, I have
{{||JobTemplate}}
Each of {{!!title}} and {{!!link}} display fine on their own, but that’s not what I want.
Hopefully I’m missing something silly.