2013-11-12 19:52:57 +00:00
|
|
|
title: $:/editions/tw5.com/TiddlerInfo/StaticLink
|
|
|
|
tags: $:/tags/TiddlerInfo
|
|
|
|
caption: Static Link
|
|
|
|
|
|
|
|
\define makeLink()
|
2013-11-12 20:29:53 +00:00
|
|
|
http://five.tiddlywiki.com/static/<$view tiddler=<<currentTiddler>> field="title" format="doubleurlencoded"/>.html
|
2013-11-12 19:52:57 +00:00
|
|
|
\end
|
2013-11-12 20:29:53 +00:00
|
|
|
\define outerMakeLink()
|
|
|
|
<$macrocall $name="makeLink" $output="text/plain"/>
|
|
|
|
\end
|
|
|
|
A static HTML representation of this tiddler is available at the URL:
|
|
|
|
|
|
|
|
<<outerMakeLink>>
|
2013-11-12 19:52:57 +00:00
|
|
|
|
2013-11-12 20:29:53 +00:00
|
|
|
<input value=<<outerMakeLink>> size="80"/>
|
2013-11-12 19:52:57 +00:00
|
|
|
|
2013-11-12 20:29:53 +00:00
|
|
|
//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//
|