mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 10:48:05 +00:00
Add tabindex attributes to edit templates (#3758)
* add tabindex attribute to editor-body edit-template * add tabindex attr to fields edit-template * add tabIndex variable to tags edit-template * add tabindex attr to title edit-template * add tabindex attr to type edit-template * add tabindex attr to canonical-uri input * add tabindex attr (as variable tabIndex) to tag-picker macro
This commit is contained in:
committed by
Jeremy Ruston
parent
b6e2985ac6
commit
638eb53429
@@ -13,7 +13,7 @@ $:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$
|
||||
|
||||
<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>
|
||||
|
||||
<$edit-text field="_canonical_uri" class="tc-edit-fields"></$edit-text>
|
||||
<$edit-text field="_canonical_uri" class="tc-edit-fields" tabindex={{$:/config/EditTabIndex}}></$edit-text>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user