You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is very similar to this one. When rendering a file with a large number of equations and a significant number of \gdef commands, Joplin freezes while any new change renders, which occurs very slowly. I show the example similarly to how it's done in the example in the issue linked, here.
I don't really see any major issues in either file. There is that one final KaTeX error, but I find it hard to believe that that's the biggest issue. I wonder if it may also be because I have a lot of large files already saved in Joplin.
The text was updated successfully, but these errors were encountered:
Katex saves the macros in a very complex structure which was slow to cache, so I've added bespoke code just to cache this, which should improve performance. You have some errors in your file though, and currently it means you will incur a cache miss every time the note is re-rendered. You can find the errors simply by checking the Katex code that appears as non rendered, or in the console (Help menu, Dev tools).
This issue is very similar to this one. When rendering a file with a large number of equations and a significant number of
\gdef
commands, Joplin freezes while any new change renders, which occurs very slowly. I show the example similarly to how it's done in the example in the issue linked, here.example.zip
Environment
Joplin version: 1.26 (prod, win32)
Platform: Windows
OS specifics: Version 10.0.18362 Build 18362
Steps to reproduce
Describe what you expected to happen
Expect fast render time and fast updating.
Logfile
log.txt
console.txt
I don't really see any major issues in either file. There is that one final KaTeX error, but I find it hard to believe that that's the biggest issue. I wonder if it may also be because I have a lot of large files already saved in Joplin.
The text was updated successfully, but these errors were encountered: