mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-25 12:56:56 +00: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
@ -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…
x
Reference in New Issue
Block a user