1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-24 02:27:19 +00:00

External links need a protocol as well?

They don't work for me without 'http://'. Firefox 33.1.1.
This commit is contained in:
nameanyone 2014-11-28 16:43:24 -08:00
parent 521e7f9b62
commit e32695e2c3

View File

@ -43,9 +43,9 @@ http://tiddlywiki.com/
For this syntax to work, the URL has to be recognisable as an URL, including a protocol such as `http://` or `file://`. You can force an external link with the extended syntax:
```
[ext[tiddlywiki.com]]
[ext[http://tiddlywiki.com]]
[ext[caption for link|tiddlywiki.com]]
[ext[caption for link|http://tiddlywiki.com]]
[ext[Donate|bitcoin:1aabbdd....?amount=0.001]]
```