Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] RichEditToolbar component #11

Closed
jamesmcroft opened this issue Feb 15, 2022 · 2 comments
Closed

[Feature] RichEditToolbar component #11

jamesmcroft opened this issue Feb 15, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@jamesmcroft
Copy link
Member

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

@jamesmcroft jamesmcroft added enhancement New feature or request help wanted Extra attention is needed labels Feb 15, 2022
@jamesmcroft jamesmcroft added this to the v1.5 milestone Feb 15, 2022
@jamesmcroft jamesmcroft self-assigned this Mar 12, 2022
@jamesmcroft
Copy link
Member Author

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

Can be built out for Windows however.

@jamesmcroft
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Published
Development

No branches or pull requests

1 participant