EditTemplate optimizations (#4104)

#4093 and #4100 are bundled in this PR

* qualified state-tiddlers for the tags input and fieldname + fieldvalue inputs
* newTagName, newFieldNameTiddler and newFieldValueTiddler variables defined in EditTemplate (all qualified through `qualify` macro)
* save-tiddler-actions macro in the EditTemplate (reused by the save-tiddler button)
* enter (configurable) in the fieldvalue field adds the field and sets focus to the next fieldname input

Edit:

* storyview="pop" for fields list
This commit is contained in:
Simon Huber
2019-10-14 14:31:57 +01:00
committed by Jeremy Ruston
parent 45def4def4
commit 3c365a2567
7 changed files with 53 additions and 34 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Field/Remove/Hint: Remove field
Field/Dropdown/Caption: field list
Field/Dropdown/Hint: Show field list
Fields/Add/Button: add
Fields/Add/Button/Hint: add field
Fields/Add/Button/Hint: Add the new field to the tiddler
Fields/Add/Name/Placeholder: field name
Fields/Add/Prompt: Add a new field:
Fields/Add/Value/Placeholder: field value