Description of the Problem
Currently overleafs math-preview flickers when using snippets because it vanishes when something is selected.
Also the location of the preview is not configurable like the obsidian-latex-suite. And any third-partys would have to implement their own.
Description of the Solution
Somehow load mathjax cdn on top of the current one in the browser extension and copy the preview code from obsidian-latex-suite. tex2chtml is needed to use their implementation.
Description of the Problem
Currently overleafs math-preview flickers when using snippets because it vanishes when something is selected.
Also the location of the preview is not configurable like the obsidian-latex-suite. And any third-partys would have to implement their own.
Description of the Solution
Somehow load mathjax cdn on top of the current one in the browser extension and copy the preview code from obsidian-latex-suite.
tex2chtmlis needed to use their implementation.