deathau / cm-editor-syntax-highlight-obsidian

A plugin for [Obsidian](https://obsidian.md) which allows syntax highlighting for code blocks in the editor.
499 stars 37 forks source link

Remove text wrapping #56

Open nickian opened 2 years ago

nickian commented 2 years ago

Is there a way to disable text wrapping and have horizontal scrolling for longer lines of code?

I tried adding this to a CSS snippet. The font size worked, but not the overflow:

pre {
    font-size: 10px;
    overflow-x: scroll !important;
}
nickian commented 2 years ago

I should clarify, this is on mobile (iOS). I do get a horizontal scroll on desktop.