dovetailer icon indicating copy to clipboard operation
dovetailer copied to clipboard

Use Sass and Nunjucks to generate HTML emails with text versions, optimized for all email clients and ready to send.

Results 5 dovetailer issues
Sort by recently updated
recently updated
newest added

For development with local images, it seems as though background image sources are not causing a copy of the image to be placed into the Build folder for the template....

enhancement

There are cases where you might want an empty alt tag on an image, like for a spacer image. It’s best practice to have the alt attribute on all images,...

bug

Normal HTML quotes are being converted into html entities. Example: **Code in html.handlebars:** `{% text "preview_text" label="Preview Text This will be used as the preview text that displays in some...

bug

It would be beneficial to be able to have a folder structure like so: Templates (Main folder): - [Client Name] Folder -- Welcome EM1 -- Welcome EM2 -- ETC. Also,...

enhancement

The project I'm working on is not relying on the compiler for inserting dynamic data, so we don't need config files for our templates. It'd be great if the compiler...

enhancement