1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 18:00:26 +00:00

Remove text input showing static URL preview

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.
This commit is contained in:
Jermolene 2013-11-28 17:32:46 +00:00
parent 2261fd4b84
commit a651c2cb72

View File

@ -11,7 +11,3 @@ http://five.tiddlywiki.com/static/<$view tiddler=<<currentTiddler>> field="title
A static HTML representation of this tiddler is available at the URL:
<<outerMakeLink>>
<input value=<<outerMakeLink>> 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//