Difficulty making external link

59 views
Skip to first unread message

S. S.

unread,
Feb 20, 2019, 8:42:24 AM2/20/19
to TiddlyWiki
I am having difficulty making an external link as follows:

This is the link I want to make:
It works perfectly! : https://www.google.com/

But I need to use a link from my tiddler's field named: url
Value of field: url

This link fails:
<a href={{!!url}}>https://www.google.com/</a>
It links to : https://www.google.com/ : instead of : https://www.google.com/ncr

Any ideas on how can I make it in a simple way?

Thanks.

Mohammad

unread,
Feb 20, 2019, 9:19:07 AM2/20/19
to TiddlyWiki
Hello S.S

Do it like this

<a href={{!!url}}><$text text="https://www.google.com/"/></a>

The problem is auto wikification!

Mohammad

S. S.

unread,
Feb 20, 2019, 12:15:17 PM2/20/19
to TiddlyWiki
Ha!
I tried that with the $text widget, but forgot to encase the URL in quotation marks!
Thanks Mohammad.
All fixed perfectly now.

Cheers!
Reply all
Reply to author
Forward
0 new messages