[Feature] RichEditToolbar component
Closed this issue · 2 comments
jamesmcroft commented
Describe the feature
A simple toolbar extension component to the RichEditBox
, similar in construct to the InkToolbar
, whereby a user can alter the styling of their input text.
Rationale for the feature
The right-click context menu for the RichEditBox
is not an obvious user experience and requires it to be discovered.
Most rich text editors come with a toolbar of easy to discover, one click options to edit the styling of the text.
This includes GitHub's UX for example:
Scope of the feature
Capability | Priority |
---|---|
Ability to set text as bold | Must |
Ability to set text as italics | Must |
Ability to set text as underline | Must |
Ability to set text color | Should |
Ability to set text heading style | Should |
Ability to create numbered list | Should |
Ability to create bullet list | Should |
Ability for developers to include custom actions | Should |
Ability to alter text justification | Could |
Ability to insert images | Could |
Open questions
No response
Other information
No response
jamesmcroft commented
Researching this, looks like RichEditBox
is not supported by the Uno Platform yet (unoplatform/uno#3848).
Can be built out for Windows however.
jamesmcroft commented
Closing this, raised separate issue to track the Uno Platform RichEditBox support