With most hidden settings, the tiddler for the setting is often not present
because its not needed till the setting is made.
You will have to create a tiddler named $:/config/EditTabIndex with "1" in
its text field
$:/config/EditTabIndex is used by the following template tiddlers:
$:/core/ui/EditTemplate/body
$:/core/ui/EditTemplate/body/editor
$:/core/ui/EditTemplate/fields
$:/core/ui/EditTemplate/tags
$:/core/ui/EditTemplate/title
$:/core/ui/EditTemplate/type
references in the following manner:
<$edit-text field="_canonical_uri" class="tc-edit-fields"
tabindex={{$:/config/EditTabIndex}}></$edit-text>
so theoretically, the tabindex parameter could be cleared or set to a
different config tiddler perhaps for skipping/omittng the
$:/core/ui/EditTemplate/tags tiddler?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/dfe29300-18f6-4bad-91df-9395bd6373d1%40googlegroups.com.