See also: https://forum.obsidian.md/t/adjustable-readable-line-length/7564/6
Note: For this to work the "readable line length" property in settings has to be enabled in settings (as expected).
700px
is the default width, just adjust the number below.
Pixels px
(or percentage %
) are possible units that enable a width independent from the number of characters
(good when adjusting the zoom level or font size). For fixed amount of characters use rem
, e.g. 70rem
FWIW, I use
to set my line length to 80 times the width of the "0" glyph which, since I'm using a monospace font, means that my line width will be (approximately) 80 characters. For other fonts it might also make sense to try out
ex
instead (= height of "x" in the current font). Overall,ch
andex
give me a much better idea of how long the line is going to be thanem
orrem
.