artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
356 stars 18 forks source link

Rare cases of lag and battery draining on ipad pro 10.5'' #24

Open ErenKyojin opened 1 year ago

ErenKyojin commented 1 year ago

I've been using obsidian-tikzjax for a few months now and it has happened twice already. While writing the code obsidians starts lagging, making it really unusable, and the battery consumption increases dramatically (almost 10% drop in about a minute). I've seen it happening twice already with circuitikz (about two months ago, in a pretty complicated circuit) and with pgfplots as soon as I implemented the package with exactly this code:

\usepackage{pgfplots}

\begin{document}
\begin{tikzpicture}
\end{tizpicture}
\end{document}

I've used these libraries multiple times on multiple files and had issues only these two times, i also found no way to reproduce consistently the bug.