Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Preserving whitespace for plain text feed items #591

Open
kr opened this issue Oct 8, 2018 · 0 comments
Open

Preserving whitespace for plain text feed items #591

kr opened this issue Oct 8, 2018 · 0 comments

Comments

@kr
Copy link

kr commented Oct 8, 2018

Summary

For JSON Feed items that have only content_text (no content_html) present, I have a feature request: it would be lovely if Feedbin would set the CSS property white-space: pre-wrap for the body text.

Example

I have a full-text feed of an email list. It translates HTML emails to JSON Feed's content_html and plain text emails to JSON Feed's content_text. The HTML emails show up great in Feedbin, but the plain text emails aren't really readable, because the white space formatting is lost.

Here's an example:

screen shot 2018-10-07 at 10 52 08 pm

All I need to do is go into my browser's devtools and set white-space: pre-wrap on that element, and suddenly it looks like this:

screen shot 2018-10-07 at 10 52 21 pm

Perfect! I'd love it if Feedbin would work this way out of the box for plain text items.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant