mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
This commit is contained in:
commit
89e8f689bb
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user