Hello. I am trying to get the width of my text to be wider inside each markdown note. I am a newbie and I am not sure what specific setting I have to change, css file I need to create. Can anyone point me in the direction of figuring this out. I have watched some youtube videos on css snippets but I am not finding the solution readily available.
You can first turn on Preferences → Editor → Readable line length. If you don’t do that first, the snippet below likely does nothing.
Then add a CSS snippet, and adjust it to the width you like:
body {
--file-line-width: 1000px;
}
Source, and additional plugin suggestion: How do I change readable line length?
Thanks so much, @rigmarole (Chris). Appreciate this quick fix. This worked.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.