From 9748709759e2f1c7a70ebb7c827dd8876a76f77b Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 12 Nov 2013 20:29:53 +0000 Subject: [PATCH] Fix up prematutely committed static link tab for tw5.com --- editions/tw5.com/tiddlers/system/StaticLink.tid | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/StaticLink.tid b/editions/tw5.com/tiddlers/system/StaticLink.tid index 2ae7f6c79..e9af5ba36 100644 --- a/editions/tw5.com/tiddlers/system/StaticLink.tid +++ b/editions/tw5.com/tiddlers/system/StaticLink.tid @@ -3,10 +3,15 @@ tags: $:/tags/TiddlerInfo caption: Static Link \define makeLink() -http://five.tiddlywiki.com/static/{$currentTiddler$}/<$view tiddler=<> field="title" format="htmlencoded"/>.html +http://five.tiddlywiki.com/static/<$view tiddler=<> field="title" format="doubleurlencoded"/>.html \end -Copy this link to this tiddler on >>http://tiddlywiki.com/static/<$view field="title" format="htmlencoded"/>.html: +\define outerMakeLink() +<$macrocall $name="makeLink" $output="text/plain"/> +\end +A static HTML representation of this tiddler is available at the URL: -> size="80"/> +<> -//Note that editing the URL here won't have any effect; it is presented in a text box just to make it easier to copy and paste// \ No newline at end of file +> size="80"/> + +//Note that editing the URL here won't have any effect; it is presented in a text box just to make it easier to copy and paste//