Skip to content

raulriera/Transactional-Email-Designer

Repository files navigation

Responsive transactional email designer

Extending the wonderful Responsive Transactional HTML email templates project. I created a quick jQuery plugin to edit the content of the email in a simple and straight forward manner.

How to use

<form id="transactional-email-designer-buttons">
    <button id="title-button" class="fa fa-header"></button>
    <button id="text-button" class="fa fa-paragraph"></button>
    <button id="url-button" class="fa fa-link"></button>
    <button id="clear-button" class="fa fa-trash-o" id="clear-all"></button>
</form>

<script>

  $( document ).ready(function() {
    // Init the library
    $("td.content-wrap > table").transactionalEmailDesigner();
  });

</script>

Demo

If you want to see how this works.

Why so many dependencies?

Yeah that sucks, but that is why it's Open Source, let's make it better.

About:

Created by Raul Riera, @raulriera

About

Responsive transactional HTML email designer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published