mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
a651c2cb72
It wasn’t working due to the recent change whereby attributes set as macros are no longer wikified. Thus, the widget invocation inside the macro outerMakeLink isn’t executed. To get it working again we’ll need a way to specify a macro as an attribute and force it to be wikified.
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
title: $:/editions/tw5.com/TiddlerInfo/StaticLink
|
|
tags: $:/tags/TiddlerInfo
|
|
caption: Static Link
|
|
|
|
\define makeLink()
|
|
http://five.tiddlywiki.com/static/<$view tiddler=<<currentTiddler>> field="title" format="doubleurlencoded"/>.html
|
|
\end
|
|
\define outerMakeLink()
|
|
<$macrocall $name="makeLink" $output="text/plain"/>
|
|
\end
|
|
A static HTML representation of this tiddler is available at the URL:
|
|
|
|
<<outerMakeLink>>
|