Merge pull request #1156 from nameanyone/master

External links need a protocol as well?
print-window-tiddler
Jeremy Ruston 2014-12-03 17:51:05 +00:00
commit ef00786d61
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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