d110c4916c
* Introduce setting to collapse field by default * Fix schema order * Change wording from adjective to imperative sounds a bit less clunky * Update rslib/src/notetype/schema11.rs (dae) * Keep settings in single column * Add back Toggle Visual Editor string * Add RichTextBadge component and show it conditionally * Reverse input order depending on default setting * Make PlainTextInput border-radius responsive to toggle states * Prevent first Collapsible transition differently * Focus inputs after Collapsible transition The double tick calls are just a temporary solution until I find the exact moment an input is focusable again. * Use requestAnimationFrame to await focusable state Note: Svelte tick doesn't seem to work in this scenario.
20 lines
977 B
Plaintext
20 lines
977 B
Plaintext
fields-add-field = Add Field
|
|
fields-delete-field-from = Delete field from { $val }?
|
|
fields-editing-font = Editing Font
|
|
fields-field = Field:
|
|
fields-field-name = Field name:
|
|
fields-description = Description
|
|
fields-description-placeholder = Text to show inside the field when it's empty
|
|
fields-fields-for = Fields for { $val }
|
|
fields-font = Font:
|
|
fields-new-position-1 = New position (1...{ $val }):
|
|
fields-notes-require-at-least-one-field = Notes require at least one field.
|
|
fields-reverse-text-direction-rtl = Reverse text direction (RTL)
|
|
fields-collapse-by-default = Collapse by default
|
|
fields-html-by-default = Use HTML editor by default
|
|
fields-size = Size:
|
|
fields-sort-by-this-field-in-the = Sort by this field in the browser
|
|
fields-that-field-name-is-already-used = That field name is already used.
|
|
fields-name-first-letter-not-valid = The field name should not start with #, ^ or /.
|
|
fields-name-invalid-letter = The field name should not contain :, ", { "{" } or { "}" }.
|