mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
For tw5.com add a link in the info panel to the static tiddler representation
This commit is contained in:
parent
d2dbc73448
commit
e68ab95ecb
12
editions/tw5.com/tiddlers/system/StaticLink.tid
Normal file
12
editions/tw5.com/tiddlers/system/StaticLink.tid
Normal 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//
|
Loading…
Reference in New Issue
Block a user