mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Merge pull request #1156 from nameanyone/master
External links need a protocol as well?
This commit is contained in:
commit
ef00786d61
@ -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:
|
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]]
|
[ext[Donate|bitcoin:1aabbdd....?amount=0.001]]
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user