mjmlio / vscode-mjml

MJML preview, lint, compile for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml
MIT License
172 stars 23 forks source link

Previewing relative images #23

Open matthew-dean opened 2 years ago

matthew-dean commented 2 years ago

Right now, a tag like <mj-hero background-url="assets/email-leaf-bg.png"> won't show the image in the preview window. It would be great to be able to do this.

matthew-dean commented 2 years ago

Note, this seems to work in html-preview-vscode (getting images relative to HTML file) https://github.com/tht13/html-preview-vscode/blob/ee44cd19f7abbaf5d1852cfd0b111c2b3d1fd909/src/features/previewContentProvider.ts#L126 so I'm not sure why it doesn't work in this context.