Isn't it time for desktop clients to embed a real rendering engine? The isolation on them has reached a good level.
Can I Email: ‘Can I Use’ for email
21–30 of 206 posts
Re: Can I Email: ‘Can I Use’ for email
#22And so on... Funny how trying to do the slightest thing with technology (send some mathematics over email) immediately turns into a research project.
Re: Can I Email: ‘Can I Use’ for email
#23I'm just now trying to send some mathematics in an email (where most recipients will be reading it in Gmail), so I'm having to figure out what subset of HTML and CSS Gmail supports. (Found this reference for CSS: https://developers.google.com/gmail/design/reference/support... ) It turns out that simply using MathJax or KaTeX and pasting the resulting web page into an email doesn't work: Gmail doesn't support SVG imag…
Re: Can I Email: ‘Can I Use’ for email
#24 Hello
...
...
Thanks!
and it's done :)Re: Can I Email: ‘Can I Use’ for email
#25Re: Can I Email: ‘Can I Use’ for email
#26It would be really nice to have a small and simple markup language, say some markdown standard, to be the layouting language for E-Mails. No (external) images, just links, lists, headings, basic formatting. HTML E-Mails are a security nightmare, even if "only" CSS is "allowed" and JS/iframes/external images are not loaded.
Beside, I am using Markdown in all my email thanks to https://markdown-here.com/ and Thunderbird
Re: Can I Email: ‘Can I Use’ for email
#27This is good! I have searched for this actually. However this seems to lack the most important thing (for me): the global usage percentage of a particular feature, which is the #1 deciding factor whether to use a HTML/CSS feature or not.
I think that would be difficult to calculate accurately. We can collect user-agent statistics from browsers but mail clients don't have an equivalent when reading mail.
Re: Can I Email: ‘Can I Use’ for email
#28I'm all over for using cutting edge CSS solutions but when it comes to HTML email, I'm just: Hello ... ... Thanks! and it's done :)
Hello
...
...
Thanks!Re: Can I Email: ‘Can I Use’ for email
#29I'm just now trying to send some mathematics in an email (where most recipients will be reading it in Gmail), so I'm having to figure out what subset of HTML and CSS Gmail supports. (Found this reference for CSS: https://developers.google.com/gmail/design/reference/support... ) It turns out that simply using MathJax or KaTeX and pasting the resulting web page into an email doesn't work: Gmail doesn't support SVG imag…
But honestly, this is way more portable then mathjax or MathML or whatever. Consider using a latex enabled chat when it really differs.
Re: Can I Email: ‘Can I Use’ for email
#30Why use HTML in emails though?