Skip to content

Allow Web IDE Markdown Preview to display uncommitted images

Problem to solve

When a user uploads a new image and uses it in a Markdown document, when they try to Preview it, the image is broken.

Intended users

  • Anyone who authors Markdown in Web IDE, really.

Further details

This ensures a fluid experience when authoring documentation/markdown files.

Proposal

We might have to create a logic for the FE to reroute the image of loading from the server or we'll have to upload the images somewhere as soon as they're added (before committing) to be able to render them.

Documentation

Need to update docs about Web IDE Markdown.

What does success look like, and how can we measure that?

User can preview images before they're committed.

Links / references