MugishoMp / obsidian-editor-width-slider

With this plugin you can set the line width of the editor in obsidian.
MIT License
45 stars 4 forks source link

Support Minimal theme line width #15

Closed globmont closed 4 months ago

globmont commented 5 months ago

Currently, the plugin adjusts the --file-line-width SASS variable. It seems that the Minimal theme relies on the --line-width variable, instead.

This PR introduces two new lines which, in addition to the existing --file-line-width SASS variable, adjust the --line-width variable.

I've tested this on my local Obsidian instance and it seems to work.

danhen commented 3 months ago

Currently, the plugin adjusts the --file-line-width SASS variable. It seems that the Minimal theme relies on the --line-width variable, instead.

This PR introduces two new lines which, in addition to the existing --file-line-width SASS variable, adjust the --line-width variable.

I've tested this on my local Obsidian instance and it seems to work.

It's helpful, thank you very much!