-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Remove Quill Editor initialization in task creation and editing views.
- Integrate the WordPress Classic Editor (
wp_editor) for the task description field. - Ensure saved data is compatible with the new editor format.
- 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 requestNew feature or request