-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Preview Text? #119
Comments
Hi, do you mind expanding on or providing an example on what you mean by 'Preview Text'? |
sure. Here are 2 articles showing how it looks like:
and here is a more technical article about it: https://stackoverflow.com/questions/32888872/how-to-define-html-email-preheader |
Do you need more information about this topic? |
Preview text is "just" text with Some email providers / builers / CRM allow you to manually set the preview text, independently from the body. I've tested quickly that feature and it renders the text in the (more info: that preview text is followed by <div style="display: none; max-height: 0px; overflow: hidden; mso-hide:all;">=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0</div> it appears to be some encoded characters (zero-width non-joiner and non-breaking space) to space out the preview text from the body's content? ) ref: https://www.litmus.com/blog/the-ultimate-guide-to-preview-text-support EDIT: @spaquet currently this tool doesn't appear to support preview-text. Luckily it's not difficult to DYI, just:
<div style="display: none; max-height: 0px; overflow: hidden; mso-hide:all;">
you preview text here
</div> And this is what showns up in Gmail (i've used the OTP example) |
Hi, I'd love to contribute and this seems like a good starting point (considering it's labeled with |
@dariomrk That'd be fantastic! @JoaoOliveiraRocha's comment above would be a good starting point. |
I might have misinterpreted the tool behavior, but you have the feature right. It's an important one when it comes to reading emails from your phone (event on computer) as this is, in addition to the subject, the eye catching part to be presented to the recipient. |
What is the situation with this? Over 2 months since @dariomrk made commit |
I just updated my PR as per the last suggestion of @JoaoOliveiraRocha. |
@dariomrk i saw you PR and it looks good, i will try it in few days. |
Any ideas when this will be merged? |
Does the current version support Preview Text?
The text was updated successfully, but these errors were encountered: