mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-26 10:00:44 -08: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:
parent
2261fd4b84
commit
a651c2cb72
1 changed files with 0 additions and 4 deletions
|
|
@ -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//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue