# Description Migrate TextEditor to TipTap from Quill due to its vulnerability issue and better extension ecosystem. # TODO - [x] Scaffold the TextEditor component using TipTap - [x] Basic Text Features - [x] Heading - [x] Bold - [x] Italic - [x] StrikeThrough - [x] Font Color/Highlight options - Feat: text editor migrate - Add font color options #168 - [x] List Editing - [x] List - [x] Ordered List - [x] Task List - [x] Alignment features - [x] Align Left - [x] Align Center - [x] Align Right - [ ] Extra Blocks ( This may require implementing custom extension or extending available extension ) - [x] Blockquoute - [x] Codeblock - [x] Horizontal Rule - [x] Table options - [ ] Link Options - [ ] Embed - [ ] Add Image - [ ] Add Video - [ ] Mentions - [ ] Tags - [ ] Emoji - [ ] Content Paste - [ ] Slash Commands - [ ] Table of Contents - [x] Quality of life features - [x] Undo/Redo
Description
Migrate TextEditor to TipTap from Quill due to its vulnerability issue and better extension ecosystem.
TODO