Skip to content
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

Add Preview Text Field to Plunk Editor #74

Open
poeck opened this issue Sep 5, 2024 · 0 comments
Open

Add Preview Text Field to Plunk Editor #74

poeck opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@poeck
Copy link

poeck commented Sep 5, 2024

React Email provides a component that allows users to specify preview text, which is the text displayed under the subject line of an email. React Email Preview Component.

If I understand correctly, this component is essentially converted to a hidden <div> element at the top of the email's HTML, like so:

<div style="display: none; max-height: 0px; overflow: hidden;">
  Insert hidden preheader text here
</div>

While I haven't tested this yet, I believe this approach should also work in Plunk when using custom HTML.

However, I noticed that there currently isn’t an option to specify this preview text directly in the Plunk Editor. In my experience, having control over the preview text can significantly impact email open rates. Would it be possible to implement a simple field in the Plunk Editor to customize this preview text?

In the Resend broadcast editor, there's a button that reveals the preview text input. I would love to see a similar feature implemented in Plunk!

Preview Text Button Example 1
Preview Text Button Example 2

@driaug driaug added the enhancement New feature or request label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants