stackblitz / tutorialkit

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API
https://tutorialkit.dev
MIT License
513 stars 49 forks source link

Display images #309

Open eric-burel opened 2 months ago

eric-burel commented 2 months ago

Is your feature request related to a problem?

Codemirror editor doesn't seem to support images image

Describe the solution you'd like.

Display images within the code editor

Describe alternatives you've considered.

This behaviour is implemented in the react package CodeMirrorEditor: "packages/react/src/core/CodeMirrorEditor/BinaryContent.tsx" which is triggered there: "packages/react/src/core/CodeMirrorEditor/index.tsx"

Additional context

I think this is a good first issue: