You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: