You can use the full HTML syntax, like this
<a href={{!!field}} target="blank">Link Text</a>
If you find it more convenient, you can put this is a macro
\define field_link(text)
> <a href={{!!field}} target="blank">$text$</a>
> \end
>
<<field_link "Go here">>
Both examples assume you have a field called 'field' that contains the link
address. The target="blank" is optional.
Regards,
Richard
On Friday, August 11, 2017 at 7:54:58 PM UTC+10, Rustem wrote:
>
> How to display a link using a URL stored in a field? I'm thinking
> something like this, except it doesn't work: `[[go here|{{!!field}}]]`
>
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/4211c9cb-ee23-4dc9-b00c-f8240d047f07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.