1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00
This commit is contained in:
Jermolene 2018-01-09 17:13:50 +00:00
commit 89e8f689bb
2 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,8 @@ https://tiddlywiki.com/
[[TW5|https://tiddlywiki.com/]]
[[Mail me|mailto:me@where.net]]
[[Open file|c://users/me/index.html]]
```
For this syntax to work, the URL has to be recognisable as a URL. Otherwise, it is treated as a tiddler title. As a result, in case you want to link to a resource locatable using a relative path, use the extended syntax:
@ -60,6 +62,10 @@ The extended syntax still works with full URLs, although in that case it is not
[ext[https://tiddlywiki.com]]
[ext[TW5|https://tiddlywiki.com]]
[ext[Mail me|mailto:me@where.net]]
[ext[Open file|c://users/me/index.html]]
```
You can also use the extended syntax to force an external link:

View File

@ -322,3 +322,5 @@ Rob Hoelz, @hoelzro, 2017/05/08
Saq Imtiaz, @saqimtiaz, 2017/06/14
Simon Huber, @BurningTreeC, 2017/12/22
Brian McKee, @furicle, 2018/01/08