Is there any plugin or setting that will allow me to use \( ... \)
and \[ ... \]
as LaTeX delimiters, in addition to the existing $ ... $
and $$ ... $$
?
I’m also interested in this functionality because I’m a math and physics student that uses ChatGPT to write math equations faster. Have you found a solution to this problem?
There is a plugin obsidian inline math
Meybe @ush can add option to read brackets \[ \]
as dollars $$ $$
.
Sorry but it’s out of the plugin’s scope, and also I’m not aware of how I can do it with a plugin. To implement it, I have to change how the underlying markdown parser behaves and I doubt it’s possible.
Maybe you can ask chatGPT to write it in obsidian format or with a $$ notation?