CKEditor 5 PoC
- Setup a "new-blog-editor" feature flag
- Allow loading of old blogs using the old components
- Install CKEditor 5 and use the inline mode to make it resemble our existing medium-editor as much as possible
- Install the CKeditor 5 plugins that allows conversion of markdown into our medium html
- Limit the styles and functionality as much as possible. We want to create a bloat-free experience with minimum toolbars and chrome
- Make sure we provide the ability to quickly create bulleted lists and numeric lists
- Make sure we can easily copy text from wordpress sites and other rich copy sources
- New blogs should be tagged with an attribute that marks them as "version2"
- New blogs should load in the new editor
- Old blogs should load in the old editor
- Make sure we can save on the backend
changed due date to December 20, 2019
added scoped labels
changed weight to 24
Please register or sign in to reply