MJML

MJML - Template Interpolation, Dynamic Data, Context

♀尐吖头ヾ 提交于 2020-12-29 09:54:30
问题 After a lot of searches, I am having difficulties in finding how: MJML handles dynamic data and template interpolations I was expecting something like: import { mjml2html } from 'mjml'; const context = { message: 'Hello World' }; const view = mjml2html(template, context); <mjml> <mj-body> <mj-container> <mj-section> <mj-column> <mj-text>{message}</mj-text> </mj-column> </mj-section> </mj-container> </mj-body> </mjml> 回答1: MJML doesn't handle any templating. If you want templates, use a

MJML - Template Interpolation, Dynamic Data, Context

谁说胖子不能爱 提交于 2020-12-29 09:52:55
问题 After a lot of searches, I am having difficulties in finding how: MJML handles dynamic data and template interpolations I was expecting something like: import { mjml2html } from 'mjml'; const context = { message: 'Hello World' }; const view = mjml2html(template, context); <mjml> <mj-body> <mj-container> <mj-section> <mj-column> <mj-text>{message}</mj-text> </mj-column> </mj-section> </mj-container> </mj-body> </mjml> 回答1: MJML doesn't handle any templating. If you want templates, use a

MJML - Template Interpolation, Dynamic Data, Context

二次信任 提交于 2020-12-29 09:51:59
问题 After a lot of searches, I am having difficulties in finding how: MJML handles dynamic data and template interpolations I was expecting something like: import { mjml2html } from 'mjml'; const context = { message: 'Hello World' }; const view = mjml2html(template, context); <mjml> <mj-body> <mj-container> <mj-section> <mj-column> <mj-text>{message}</mj-text> </mj-column> </mj-section> </mj-container> </mj-body> </mjml> 回答1: MJML doesn't handle any templating. If you want templates, use a

MJML for Mac(标记语言编辑器) v2.5.0发布

不羁岁月 提交于 2019-12-27 11:07:02
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 你是否需要一款简洁的标记语言编辑工具呢?试试MJML for Mac吧!MJML Mac版是一款运行在MacOS平台上的标记语言编辑器。MJML Mac版是一种标记语言,MJML设计用于轻松实现一个简化设计的响应式邮件。而且MJML编辑器可帮助您跟踪项目,并附带内置模板。 MJML Mac版带有一个开源引擎,而MJML应用程序为您提供编写代码并实时预览输出的可能性。该应用程序还提供发送测试电子邮件的支持。 MJML for Mac功能特点 响应式的电子邮件创建者依赖于MJML框架和语法 MJML应用程序使您可以通过使用MJML框架提供的方式编写响应式电子邮件的代码:语义语法和组件库,使整个过程更直观。 使用MJML标记来减少开发响应式邮件设计的时间 MJML应用程序本质上是MJML框架的包装,并为您提供依赖语言高效语法的可能性,以及在编写响应式电子邮件的源代码时重用组件的可能性。 同时,MJML应用程序附带预览功能,一旦停止写入就是编辑器,重新加载输出。此外,Gist集成可帮助您与他人共享模板。 在MJML应用程序中,您还可以使用Mailjet帐户发送测试电子邮件:只需确保您已通过提供正确的API密钥来授权该应用程序与Mailjet一起使用。 MJML编辑器可帮助您跟踪项目,并附带内置模板