mrusme / superhighway84

USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
https://xn--gckvb8fzb.com/superhighway84
GNU General Public License v3.0
714 stars 23 forks source link

Reformat line length #16

Closed mrusme closed 2 years ago

mrusme commented 2 years ago

Not sure how others feel about this, but maybe Superhighway84 should enforce a line length (e.g. 72 or 80) by simply reformatting the text upon submission.

apatheticposture commented 2 years ago

I think it would be better to set editors to soft-wrap. 80 columns is a minimal width for consoles but I suspect most people are using terminal emulators on larger screens.

The possible downside is any ASCII-style box drawing or art people may choose to use wouldn't display so well, but I think text and paragraphs should flow nicely using softwrap.

mrusme commented 2 years ago

As folks seem to be against enforcing a specific line length I'm going to close this issue.