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