Ted Goas

Results 32 comments of Ted Goas

@maxackerman Oh yea def. want to turn off inlining. If Mailchimp doesn't offer that option when importing from a URL, can you copy/paste the Cerberus markup into a blank email...

Oh that's neat trick, thanks for pointing that out. I can see how that's be helpful without making these template more complicated.

@gnickygnicky What would you be looking for in an AMP version? What should it do that it currently doesn't?

Absolutely something to consider! This is the first time someone's asked about AMP, so I'd like to make sure I'm clear on the ask before I double the number of...

@gnickygnicky Apologies for being unclear. I know what AMP is and I know how to implement it. But I don't personally have a need for it and no one's made...

Appears [Google is de-prioritizing AMP for the web](https://twitter.com/beep/status/1329505461654212611). If true, I wonder if email will follow.

I'd like to avoid requiring an inline for email forwarding. Not everyone has access to an inliner (eg. emails coming from a codebase rather than an ESP) and requiring an...

Perhaps this could be done in phases. Eg: * Phase 1 - Responsive using `media-queries` * Phase 2 - Responsive _without_ using `media-queries` (Hybrid design, Fab four, etc.)

+1 additional UI - Like a text field in Sketch? Riffing from Auto Layout's pattern could be a good idea since it seems like a popular plugin folks are already...

I was able to achieve this by wrapping everything in a `setTimeout` function. I'm sure there's a better way to do this, but this achieves what I was looking for:...