obsidian-latex-suite icon indicating copy to clipboard operation
obsidian-latex-suite copied to clipboard

[FEATURE] Add option for disabling spacing with auto-enlarged brackets

Open Sprocketer opened this issue 7 months ago • 0 comments

Description of the Problem

Can't currently set automatic bracket enlargement setting to not add spaces after left( and before right)

Description of the Solution

Add setting in plugin configuration settings in Obsidian to allow for disabling adding the space

Additional

The spaces can be annoying

Super easy was even able to mod it myself to always not add spaces Just add another setting and do an if statement to check the setting - if so, have alternative adding procedure (lines 13784/13785 in main.js) without adding the " "

Sprocketer avatar Jul 09 '24 21:07 Sprocketer