Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Idnan/mjml-cms

Extended version of the MJML editor with support for dynamic templating.
https://github.com/Idnan/mjml-cms

email-template handlebars-template mjml mjml-editor mjml-template

Last synced: 2 months ago
JSON representation

Extended version of the MJML editor with support for dynamic templating.

Awesome Lists containing this project

README

        

# MJML CMS
> Extended version of the MJML editor with support for dynamic templating.

The official MJML editor doesn't support the dynamic variables or templating. This implementation of the MJML editor adds the support for dynamic templating using [handlebars](https://handlebarsjs.com/).

## Demo
[https://mjml-cms.herokuapp.com/](https://mjml-cms.herokuapp.com/)

## Previews
Editor has three panels, one for template, other for data to populate and the preview
![](https://i.imgur.com/nJvYapC.png)
Put the template code and the data and click preview get a view of the email.

![](https://i.imgur.com/LixxQ2c.png)

## Requirements

The editor only works in Chrome for now, however support for firefox and Safari is under way.

## Contributions
* Spread the word
* Open pull requests
* Reach out with any feedback [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/idnan_se.svg?style=social&label=Follow%20%40idnan_se)](https://twitter.com/idnan_se)

## License
MIT © [Adnan Ahmed](https://adnanahmed.info)