How to use wider part of the screen when editing notes?

try this css snippet:

body{
  --file-line-width:80em;
}

change the value to the one you like.

FYI: the original value is 700px

1 Like