Obsidian-Code-Styler
Obsidian-Code-Styler copied to clipboard
I want not show fold button
I want the code block not to be collapsed, there could be a switch to turn off collapsing, so that when writing the title the code block doesn't click to collapse or something.
So an option to prevent any folding?
I would also love to have the option to disable the code block folding.
I think nofold or fold:false would work nicely.
Update: analysing the current fold option, having fold:false would prevent to have a collapsed code block with the text "false", but adding nofold would introduce potential collisions (having fold and nofold options, which one would take precedence). Anyway, that was just some thinking right now.
I also would love to have an option in settings to completely disable folding.