1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 23:06:06 +00:00

Merge pull request #1156 from nameanyone/master

External links need a protocol as well?
This commit is contained in:
Jeremy Ruston
2014-12-03 17:51:05 +00:00

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]]
```