1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +00:00

For tw5.com add a link in the info panel to the static tiddler representation

This commit is contained in:
Jermolene 2013-11-12 19:52:57 +00:00
parent d2dbc73448
commit e68ab95ecb

View File

@ -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=<<currentTiddler>> field="title" format="htmlencoded"/>.html
\end
Copy this link to this tiddler on <a href=<<makeLink>>>http://tiddlywiki.com/static/<$view field="title" format="htmlencoded"/>.html</a>:
<input value=<<makeLink>> 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//