From e68ab95ecb31c0b00eed5d5cc1c245dbb79590e7 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 12 Nov 2013 19:52:57 +0000 Subject: [PATCH] For tw5.com add a link in the info panel to the static tiddler representation --- editions/tw5.com/tiddlers/system/StaticLink.tid | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editions/tw5.com/tiddlers/system/StaticLink.tid diff --git a/editions/tw5.com/tiddlers/system/StaticLink.tid b/editions/tw5.com/tiddlers/system/StaticLink.tid new file mode 100644 index 000000000..2ae7f6c79 --- /dev/null +++ b/editions/tw5.com/tiddlers/system/StaticLink.tid @@ -0,0 +1,12 @@ +title: $:/editions/tw5.com/TiddlerInfo/StaticLink +tags: $:/tags/TiddlerInfo +caption: Static Link + +\define makeLink() +http://five.tiddlywiki.com/static/{$currentTiddler$}/<$view tiddler=<> field="title" format="htmlencoded"/>.html +\end +Copy this link to this tiddler on >>http://tiddlywiki.com/static/<$view field="title" format="htmlencoded"/>.html: + +> 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