🌲 Pauls.Garden

🚧 This site is a work in progress!I still need to add a search bar so use Ctrl/⌘ F for now

Obsidian.md setup

2024-11-18code

Setting line lengths to 800px max yields great readability gains. This is the change that genuinely made Obsidian a useful everyday writing tool for me.

.markdown-source-view .cm-line {
	max-width: 800px;
}