How do I increase the width of the note being displayed in the right panel?

Ahh, I see.

How to change this will vary depending on the theme you are using.

Other themes may have Style Settings as well, but for the Minimal and AnuPpuccin themes, see →

If the theme doesn’t have settings, you can use a CSS snippet →

/*- editor line width - default 700px -*/ 
body {
  --file-line-width: 850px;  
}
3 Likes