1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-17 17:59:45 +00:00
TiddlyWiki5/core/wiki/config/shortcuts/shortcuts.multids
Simon Huber 3c365a2567 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
2019-10-14 14:31:57 +01:00

30 lines
601 B
Plaintext

title: $:/config/shortcuts/
add-field: enter
advanced-search: ctrl-shift-A
cancel-edit-tiddler: escape
excise: ctrl-E
sidebar-search: ctrl-shift-F
heading-1: ctrl-1
heading-2: ctrl-2
heading-3: ctrl-3
heading-4: ctrl-4
heading-5: ctrl-5
heading-6: ctrl-6
link: ctrl-L
linkify: alt-shift-L
list-bullet: ctrl-shift-L
list-number: ctrl-shift-N
mono-block: ctrl-shift-M
mono-line: ctrl-M
picture: ctrl-shift-I
preview: alt-P
quote: ctrl-Q
save-tiddler: ctrl+enter
stamp: ctrl-S
strikethrough: ctrl-T
subscript: ctrl-shift-B
superscript: ctrl-shift-P
toggle-sidebar: alt-shift-S
transcludify: alt-shift-T