Skip to content

Replace Quill Editor with WordPress Classic Editor for Tasks #112

@erseco

Description

@erseco

Currently, tasks use Quill Editor for rich text editing. To maintain consistency across the platform and improve integration with WordPress, we should replace Quill Editor with the WordPress Classic Editor, similar to how it is already implemented in the Knowledge Base.

Expected Behavior:

  • The task description field should use the WordPress Classic Editor (TinyMCE) instead of Quill.
  • Users should have access to the same formatting options as in the Knowledge Base.
  • Ensure compatibility with existing task content stored in the database.

Steps to Implement:

  1. Remove Quill Editor initialization in task creation and editing views.
  2. Integrate the WordPress Classic Editor (wp_editor) for the task description field.
  3. Ensure saved data is compatible with the new editor format.
  4. Test with existing tasks to prevent data loss or formatting issues.

Additional Context:

  • The Classic Editor provides better compatibility with WordPress features and plugins.
  • Consistency with the Knowledge Base improves the user experience.
  • Ensure all existing Quill-based content is properly rendered in the new editor.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions