$:/tags/Macro.images/ subfolder for my Tiddlywiki) and the image itself.\define imageTextLink(text,url,image)
<a href="images/$url$">[ext[$text$|images/$url$]]</a>
\end
In a tiddler in which you want the link from, call the macro thus:
Image: <<imageTextLink "Example image" "image-name.jpg">>
Hope that makes sense! I'm just feeling pleased and accomplished (which is a feeling I have rarely) at figuring this out - I could not find any documentation for this on the Tiddlywiki.com site (unless it is hidden somewhere?).