numbbbbb Posted July 25, 2016 Share Posted July 25, 2016 (edited) Packal Link This is my first Alfred workflow, hopes it can be useful. Writing HTML page for email is really hard, you have to inline all your CSS. However, doing this when developing will mess up your code and allow bugs to appear. After searching, I found Zurb Inliner which can finish this task. I extract the url and param format, then write a workflow to call it automatically. So, now you can write your CSS in a <style></style> tag, and then trigger hotkey to inline it. Usage: write all your CSS in a <style></style> tag, select all HTML text, press Ctrl + Shift + 0, wait for a short time(if your internet is slow), press ⌘ + V, BOOM! You get the final inlined HTML. Edited July 25, 2016 by numbbbbb Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now