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

Rich Text Editor #223

Open
ggirotto opened this issue Oct 28, 2021 · 0 comments
Open

Rich Text Editor #223

ggirotto opened this issue Oct 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or changes to an existing one P1 Changes that should be worked now target: flutter Relates to Flutter and its sub-dependencies

Comments

@ggirotto
Copy link
Contributor

Summary

In favor of using flutter_quill we will create our own rich text editor.

Features

  • The editor must support readonly mode.
  • Must support bold, italic, underline and code block stylish properties.
  • Must support interface customizations:
    • TextStyle
    • Background color
    • Cursor color
    • Placeholder
    • Placeholder text style
  • The stylish properties must follow the same behavior as the most common editors: Update the selected text if it exists or apply the style to the new typed text otherwise.
  • The keyboard type must be overridable.
@ggirotto ggirotto added enhancement New feature or changes to an existing one P1 Changes that should be worked now target: flutter Relates to Flutter and its sub-dependencies labels Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or changes to an existing one P1 Changes that should be worked now target: flutter Relates to Flutter and its sub-dependencies
Projects
None yet
Development

No branches or pull requests

2 participants