-
Notifications
You must be signed in to change notification settings - Fork 16
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 block support to bbPress emails #40
Comments
The redesigned notification emails on WP.com support forums support block content. However, in bbPress core, there's a heavy HTML stripping with If we are going with the plugin approach for Gutenberg in bbPress core, I suppose we could add the redesigned emails there, too. However, we use a lot of internal WP.com HTML emails template building functionality so not sure how portable that is. cc @lezama |
I think we should do this and add filters to separate WPCOM only logic. |
I would personally suggest taking the almost do-nothing approach for bbPress emails. Ensure that the plain-text generated is good-enough, while not going above-and-beyond. That could just mean stripping Block HTML out before bbPress strips it, so bbPress gets a "clean" text, and potentially doing some nice things like decoding code blocks and adding bullet points for lists. |
I've gone for a simple plain text version in #46 which replaces the content in the email with a nicer plain text version. |
Closing this as done. |
bbPress sends email notifications out, and these will need to support block content.
The text was updated successfully, but these errors were encountered: