Changes the line length in Obsidian Notes. Tested with Obsidian v1.0.0
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 (as expected). As for Obsidian v1.0.0 the developers simplified the use to just one variable (see below). If you use an older version have a look at https://gist.github.com/vii33/f2c3a85b64023cefa9df6420730c7531/f4ea845b240e94c9fcd47d456340f78208dab38f
700px
width is the default, just adjust the number below.
Pixels (or percentage) are units that enable a width independent from the number of characters
(good when adjusting zoom level / font size). For fixed amount of characters use rem
, e.g. 70rem
.markdown-source-view.is-readable-line-width .cm-content doesn't exist anymore
I think it should be now:
.markdown-source-view.is-readable-line-width .CodeMirror