|
| 1 | +## Community Contributions |
| 2 | + |
| 3 | +The MJML ecosystem has a dedicated community that we count to help make it grow and provide it with even more awesome tools, always aiming to make development with MJML an efficient and fun process! |
| 4 | + |
| 5 | +Getting involved is really easy. If you want to contribute, feel free to [open an issue](https://github.com/mjmlio/mjml/issues) or [submit a pull-request](https://github.com/mjmlio/mjml/pulls)! |
| 6 | + |
| 7 | +Here are some tools that utilise MJML: |
| 8 | + |
| 9 | +### Mailjet |
| 10 | + |
| 11 | +[Mailjet](https://www.mailjet.com/demo/) offers an integrated MJML workspace designed for creating, previewing, and managing email templates. Its MJML editor supports syntax highlighting, live preview, and validation, helping you move quickly while keeping your markup in good shape. |
| 12 | + |
| 13 | +The drag-and-drop editor in Mailjet is also built on MJML, so visually created templates share the same responsive structure as those coded by hand. |
| 14 | + |
| 15 | +When your template is ready, you can export it in MJML or HTML, or send emails directly through Mailjet. |
| 16 | + |
| 17 | +### Parcel |
| 18 | + |
| 19 | +[Parcel](https://parcel.io) is the code editor built for email. This feature packed tool includes syntax highlighting, Emmet, inline documentation, autocomplete, live preview, screenshots, and full MJML, CSS, and HTML validation. |
| 20 | + |
| 21 | +Use Focus Mode to keep the preview aligned with the code you're working on, or Inspect Element to easily find the code that produces specific elements in the preview. |
| 22 | + |
| 23 | +Export MJML to HTML with a click. |
| 24 | + |
| 25 | +### IntelliJ IDEA Plugin - MJML Support |
| 26 | + |
| 27 | +[IntelliJ IDEA](https://www.jetbrains.com/idea/) is an IDE developed by JetBrains. The plugin provides you with a (near) realtime preview, auto complete, inline documentation and code analysis. |
| 28 | + |
| 29 | +It is available on the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/16418-mjml-support). |
| 30 | + |
| 31 | +### Gradle Plugin - MJML Compilation |
| 32 | + |
| 33 | +[Gradle](https://gradle.org/) is a build tool for a various set of languages and environments. The plugin provides an easy way to embed your MJML templates to your Java/Kotlin application in its resources in precompiled form (HTML). |
| 34 | + |
| 35 | +It is available through the gradle plugin system [io.freefair.mjml.java](https://plugins.gradle.org/plugin/io.freefair.mjml.java) and documentation is available here [FreeFair User Guide](https://docs.freefair.io/gradle-plugins/current/reference/). |
| 36 | + |
| 37 | +### Neos CMS |
| 38 | + |
| 39 | +[Neos CMS](https://www.neos.io/) is a content management system that combines structured content with application. This package adds the helper for compiling MJML markup as well as some prototypes which allow you to use TailwindCSS like classes in your MJML markup. |
| 40 | + |
| 41 | +It is available on [packagist](https://packagist.org/packages/garagist/mjml). |
| 42 | + |
| 43 | +### Easy-email |
| 44 | + |
| 45 | +[Easy-email](https://github.com/zalify/easy-email) drag-and-drop email editor based on MJML. Transform structured JSON data into HTML that’s compatible with major email clients. |
| 46 | + |
| 47 | +### Email Love |
| 48 | + |
| 49 | +The [Email Love Figma plugin](https://www.figma.com/community/plugin/1387891288648822744/email-love-html-email-builder) takes the headache out of the email development process by enabling you to export responsive, production-ready email HTML or MJML directly from Figma. |
0 commit comments