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
Some feeds provide plaintext as the body of their feed items and insert newlines every 70 characters or so. This looks great on a terminal but quite bad on most phones in vertical orientations:
My suggestion is adding an option to the overflow menu for these feeds that would collapse single newlines into spaces and double newlines into single newlines. It would be a toggle per post or per feed.
The text was updated successfully, but these errors were encountered:
This is how it looks on my nextcloud instance:
(full width)
(small width)
and this is how it looks in the app:
Notice that it breaks at "as" in the app but not in the web version
I've created a PR that fixes this: #1272 but it isn't an option as there are no visual changes except the formatting getting fixed which I guess everyone wants at all time.
Some feeds provide plaintext as the body of their feed items and insert newlines every 70 characters or so. This looks great on a terminal but quite bad on most phones in vertical orientations:
My suggestion is adding an option to the overflow menu for these feeds that would collapse single newlines into spaces and double newlines into single newlines. It would be a toggle per post or per feed.
The text was updated successfully, but these errors were encountered: