On Thursday, July 16, 2015 at 10:26:18 AM UTC-7, Jed Carty wrote: > > I do not think that there is simple syntax like in classic, the easiest > way I know is using the link widget, which is the equivalent of using html > a tags for internal links. Something like this should work: > > <$link to=TiddlerName>[img[alt textIimageTiddler]]</$link> >
Although that will work for linking images to tiddlers (i.e., "internal" links), the $link widget doesn't support external links to URLs. For that, you need to use an HTML link: <a href="..." target="_blank"> [img[...]] </a> -e -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0d3d9c86-2e80-476d-ad73-d500c7fcd164%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

