MADE-Apps/MADE.NET-UI

[Feature] RichEditToolbar component

Closed this issue · 2 comments

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:

image

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

Researching this, looks like RichEditBox is not supported by the Uno Platform yet (unoplatform/uno#3848).

Can be built out for Windows however.

Closing this, raised separate issue to track the Uno Platform RichEditBox support