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

Core Rich Text Editor Functionality [Feature Request] #622

Open
pySushi opened this issue Dec 15, 2024 · 0 comments
Open

Core Rich Text Editor Functionality [Feature Request] #622

pySushi opened this issue Dec 15, 2024 · 0 comments

Comments

@pySushi
Copy link

pySushi commented Dec 15, 2024

Feature Request: Implement Core Rich Text Editor Functionality

Description

This issue focuses on implementing the foundational features of a rich text editor. It will cover basic text formatting, headings, paragraphs, lists, blockquotes, and code blocks. This will provide a starting point for users to edit and format content.

Detailed Requirements

  • Basic text formatting (bold, italic, underline, strikethrough).
  • Heading levels (H1, H2, H3, etc.).
  • Paragraphs and line breaks.
  • Lists (bulleted and numbered).
  • Blockquotes.
  • Code blocks and inline code.
  • Ensure the editor is accessible via keyboard navigation and follows basic ARIA roles.

Acceptance Criteria

  • Users can apply basic text formatting options.
  • Users can create headings of varying levels.
  • Users can create and modify ordered and unordered lists.
  • Users can insert blockquotes.
  • Users can insert and format code blocks, both inline and block-level.
  • Users can navigate the editor via the keyboard.

Why This Is Important

The core functionality is critical to the entire editor feature. It serves as the base on which more advanced features will build.

Labels: feature request, editor, rich text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant