You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
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:
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:
Perfect! I'd love it if Feedbin would work this way out of the box for plain text items.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
For JSON Feed items that have only
content_text
(nocontent_html
) present, I have a feature request: it would be lovely if Feedbin would set the CSS propertywhite-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'scontent_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:
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:Perfect! I'd love it if Feedbin would work this way out of the box for plain text items.
The text was updated successfully, but these errors were encountered: