Skip to content

Add a WYSIWYG-esque editor for instructions #1394

Open
@jwang1919

Description

@jwang1919

There are good pseudo-WYSIWYG editors (e.g. **bold text** is displayed bold etc.) for Markdown out there. A couple of good looking options are SimpleMDE and TOAST UI Editor, although both use CodeMirror rather than ACE (we use the latter for the main editors so it would be nice to share the dependency, although this is not a deal breaker).

Note that one thing we don’t want to do is load a Markdown editor library synchronously as part of the initial pageload—I think we will want to load it async and only if/when editing mode is activated. This might be a little tricky, especially before React releases support for async components, but I’m happy to share some ideas.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions