edit: it appears focusSelect=“start” is not implemented, only focusSelectFromStart/focusSelectFromEnd?
i’d like to use focusSelect=“start” with the normal tiddler (body) editing
this would be really useful for new and current users, to avoid wiping tiddler contents by accident cf Focus on the body when entered into edit? - #6 by jonnie45
how can i choose/implement this? i found the documentation for
focusSelectFromStart at https://tiddlywiki.com/#EditTextWidget but not for focusSelect
i attempted to modify
$:/core/ui/EditTemplate/body/editor
(using an external editor)
to add
focusSelect=“start”
(or rather)
focusSelect=\\\"start\\\"\\n
but it didn’t appear to work