From e32695e2c33a8829d5c5339b062f1e4e0600b416 Mon Sep 17 00:00:00 2001 From: nameanyone Date: Fri, 28 Nov 2014 16:43:24 -0800 Subject: [PATCH] External links need a protocol as well? They don't work for me without 'http://'. Firefox 33.1.1. --- editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid index b1f579963..9d6a4d15a 100644 --- a/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid @@ -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]] ```