As a user; I want to edit work descriptions without having to use special characters. The WYSIWYG editor would work for quotes and work descriptions.evaluate different editorsevaluate the features we wantcheckboxeslist options (either bullet points or numbers)same features as what they have rn but with the special charactersPHIL'S REPORT:I would use Quill (https://quilljs.com/); as it is open-source; simple; currently updated; and easily customizable.There is a lot of features available from the get-go:Step-by-step:Install Quill.Create a reusable component of the Quill editor; with desired features.Implement in frontend. Validate if it's working correctly.Validate if data is formatted and saved correctly in the backend (since we're going from plain text to HTML).Show HTML where needed.Sanitize HTML for security.Transform current data from old format to new (?)Can be done in a week
·