artisticat1 / obsidian-latex-suite

Make typesetting LaTeX as fast as handwriting through snippets, text expansion, and editor enhancements
MIT License
1.4k stars 56 forks source link

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

Open Sprocketer opened 4 months ago

Sprocketer commented 4 months ago

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 " "