1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 18:56:56 +00:00

Merge 7957fae15a8fca762ea4b7c15ac7944627bac9c5 into 4e6a2ffd60951f4c9aade44959d271c645878312

This commit is contained in:
twMat 2025-03-18 22:58:58 +00:00 committed by GitHub
commit 362800e60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ The content of the `<$edit-text>` widget is ignored.
|field |The field to edit (defaults to `text`). Takes precedence over the `index` attribute |
|index |The index to edit |
|default |The default text to be provided when the target tiddler doesn't exist |
|class |A CSS class to be assigned to the generated HTML editing element |
|class |A CSS class to be assigned to the generated HTML editing element. To fully expand the widget horizontally, use `tc-max-width` |
|placeholder |Placeholder text to be displayed when the edit field is empty |
|focusPopup |Title of a state tiddler for a popup that is displayed when the editing element has focus |
|focus |Set to "yes" or "true" to automatically focus the editor after creation |