MJML preview, lint, compile for Visual Studio Code.
- Live preview for MJML files. Preview updates as you type.
- Inline errors (squiggle underlines). Linter based on atom-linter-mjml.
- Generate HTML file from MJML.
Press F1
, type ext install vscode-mjml
.
Start command palette (with Ctrl+Shift+P
or F1
) and start typing MJML
.
The following command is available:
- MJML: Open Preview Opens a preview in a column alongside the current document.
- MJML: Generate HTML Generate HTML file from MJML.
Name | Default | Description |
---|---|---|
mjml.lintEnable |
true |
Enable/disable MJML linter (requires restart). |
- This is the initial release of this extension.
Submit the issues if you find any bug or have any suggestion.
Fork the repo and submit pull requests.
This extension is licensed under the MIT License.