Open alexjball opened 2 years ago
Currently:
We can swap out the plain text editor with an open source markdown editor. Some of them offer WYSIWYG modes. We should still store the testimony as plain, unrendered markdown text. For any new formatting features we want to support, we need to update the formatter. Or we could just allow all markdown features in the formatter, but then we would need to sanitize the testimony content on the server before posting.
@alexjball Thank you for the context! This is helpful! :)
Overview
This ticket could be split into several frontend and backend components, and would aim to build out the testimony entry action.
Scope
Possible approaches