FMeinicke's Wiki

Home

❯

Obsidian

❯

Increase the Readable line length

Increase the Readable line length

May 26, 20251 min read

  • obsidian/css

css

Source

  • https://www.reddit.com/r/ObsidianMD/comments/s55zcw/comment/hswuttk
  • https://gist.github.com/vii33/f2c3a85b64023cefa9df6420730c7531

add a CSS snippet with the following content

:root {
    --custom_line_width: 1100px;
}
 
body {
    --file-line-width: var(--custom_line_width) /* !important */;
}

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub