markdown-viewer icon indicating copy to clipboard operation
markdown-viewer copied to clipboard

Improve reading experience by adjusting line length

Open jschlieber opened this issue 8 years ago • 1 comments
trafficstars

IMHO the line lengths are to long for fast and fluent reading at the line breaks.

http://practicaltypography.com/line-length.html https://en.wikipedia.org/wiki/Line_length

Making the column width adjustable (other than the fixed 888px) would also be a simple possibility here...

Compare (888px): screen shot 2017-08-17 at 13 58 12

with (550px, edited with developer tools): screen shot 2017-08-17 at 13 59 40

...concerning readability

jschlieber avatar Aug 17 '17 12:08 jschlieber

Hi @jschlieber, thank you for your input!

Currently all other themes except the two GitHub ones, have a responsive width, meaning that if you open up your Developer Tools vertically or resize your entire browser window, you can kind of achieve what you want:

screenshot from 2017-08-18 17-05-39

The GitHub theme is using the exact css styles found on the GitHub's repository Readme view. The reason why is to get a rendered version of your Markdown as close as possible to what you'll get once you push your documents on GitHub.

I'll think about adding an option for varying document width.

simov avatar Aug 18 '17 14:08 simov

There is a new Width option available in Markdown Viewer v5 that allows you to fix the content width to any of the available presets there. You can download the latest version from Chrome Web Store or the releases section here.

simov avatar Dec 10 '22 18:12 simov