mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-03 15:53:26 -08:00
Improved fix for illegal field name problem
Better fix for the problem identified in 9b4b9d4
This commit is contained in:
parent
9b4b9d4d88
commit
3e1b84064a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$
|
|||
\define new-field-inner()
|
||||
<$reveal type="nomatch" text="" default=<<name>>>
|
||||
<$button>
|
||||
<$action-setfield $tiddler={{!!title}} $field=<<name>> $value=<<value>>/>
|
||||
<$action-sendmessage $message="tm-add-field" $name=<<name>> $value=<<value>>/>
|
||||
<$action-deletetiddler $tiddler="$:/temp/newfieldname"/>
|
||||
<$action-deletetiddler $tiddler="$:/temp/newfieldvalue"/>
|
||||
<<lingo Fields/Add/Button>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue