Description
A user requested support for embedding links in report descriptions. To address this use case, we should replace update the create report form to display a wysiwyg editor instead of a <textarea>.
Implementation
Implement a wysiwyg editor using the Slate JS library. For now, we should only allow basic controls:
- heading and body text
- bold and italic text
- links
Description
A user requested support for embedding links in report descriptions. To address this use case, we should replace update the create report form to display a wysiwyg editor instead of a
<textarea>.Implementation
Implement a wysiwyg editor using the Slate JS library. For now, we should only allow basic controls: