From 6fa1602c2ca1234bdd29d01704b741d1927d8ed5 Mon Sep 17 00:00:00 2001 From: Furicle Date: Mon, 8 Jan 2018 11:50:14 -0500 Subject: [PATCH 1/2] Update cla-individual.md (#3082) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 0eaf51382..d2370065d 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -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 From a3dae612fe17fc32bcece09ed1e60079b9bfefa9 Mon Sep 17 00:00:00 2001 From: Furicle Date: Mon, 8 Jan 2018 11:51:15 -0500 Subject: [PATCH 2/2] Update Linking in WikiText.tid (#3064) For clarity, the absolute file syntax needs to be added in the first section before relative links are shown. All the examples from the top section should be echoed in the extended section. --- editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid index ab39ff45a..58694a9da 100644 --- a/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid @@ -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: