With Readable Line Length enabled, you can use CSS snippets to change the readable line length on a per-note basis. These will work for most themes (Minimal requires something slightly different, but they have their own “helper classes” built-in).
Add wide-view
(no dot) or full-view
in the cssclasses
property of the note(s) you want to change. These names and the px
value on the wide one can be changed as desired.
.wide-view {
--file-line-width: 1200px;
}
.full-view {
--file-line-width: 100%;
}
Going to move this to the custom CSS category.