I can't find the way of adding a variable to a link:
Enter the code of the center: <$edit-text tiddler="$:/kewa/status" field="codcenter"/>
<$set name="themail" tiddler="Mail-codes" index={{$:/kewa/status!!codcenter}}>
[ext[mailto:<themail>]]
</$set>
What is the variables syntax in links????
I've tried with [ext[mailto:<<themail>>]], [ext[mailto:{{Mail-codes##<<themail>>]], [ext[mailto:$themail$]] and many others.