wallabag.el
wallabag.el copied to clipboard
Line & Word wrapping
By default word wrap is disabled and long line are wrapped. I'm don't know if it's specific to my setup or not.
The results are "broken" paragraph such as these :

I could add a hook for word-wrap but I'm not sure how to deal with paragraph flow as they cannot be reflowed with command such as 'fill-paragraph': the buffer is read-only.
How about add hook to wallabag-entry-mode-hook?
You should configure shr-width to control the width. The fill-column is not controlled by this package but the shr package.