grumbling about text formatting
@emily Double wrapped is so horrible 🤮
grumbling about text formatting
@LovesTha yes it
is
grumbling about text formatting
@emily Having your local client do it is bad, having it done to source data is horrific. Seeing a giant email chain where some clients apply it to multiply indented quotes, well the quoted text is not worth keeping in the chain.
(resisting formatting this message as an example of it)
grumbling about text formatting
@emily
Of course, this example COULD be re-wrapped at display time, assuming \n\n represents a paragraph break.
@TerryHancock @emily Is there any standard command that does it for you?
@phel@toot.cafe @TerryHancock@mastodon.art @emily@sparkly.uni.horse writing this off the top of my head so I'm just gonna hope it works
perl -pe 's/(?<=.)\n/ /g' <<< "poorly formatted text. piping it in should also work if you don't want to use redirection."
@phel@toot.cafe @TerryHancock@mastodon.art @emily@sparkly.uni.horse oops that'd require multiline, try 's/(?<=[^\n])\n/ /g'
@sirjofri @TerryHancock @emily How?
re: grumbling about text formatting
@emily still mad that nothing that converts emails into discussion-forum posts (github, gitlab, discourse, etc) wraps format=flowed text.