mugiwara85 / CodeblockCustomizer

Codeblock Customizer plugin for Obsidian
MIT License
147 stars 7 forks source link

Conflict with Minimal theme: indentation of code blocks does not work properly in LP mode #74

Closed bcdax110 closed 4 months ago

bcdax110 commented 4 months ago

After switch to the theme Minimal, Indentation of code blocks does not work properly in LP mode. If there is a tab before the block, the block will "fly" to the left side of the screen. Below is the effect of installing only the "Minimal" theme and "CodeblockCustomizer" plugin in Obsidian Sandbox.

No tab before the code block

Markdown source

Clip_2024-02-18_20-58-42

LP mode result:

Clip_2024-02-18_20-53-46

1 tab before the code block

Markdown source

Clip_2024-02-18_20-58-28

LP mode result (not work properly):

Clip_2024-02-18_20-53-22

mugiwara85 commented 4 months ago

Yeah, I also just saw, that something is not correct with the current version of Obsidian regarding the indentation. I am already working on it. Next release will fix it (hopefully, if I am done with it until then :) ).

mugiwara85 commented 4 months ago

Fixed in current release (1.2.6). Should there be any problems please report back.