The Latex code can't display.
I added the Latex Math plugin, and try to type: $x^2$ $\alpha$, but it just shows the blank file icon like this:

I tried reloading the plugin, but still not work.
The information of the plugin is listed below: name: Latex Math version: 0.0.6 author: rO0tr4v3n, Azanel github link: https://github.com/qownnotes/scripts/tree/master/latex-math
You need to mention the authors...
@r00tr4v3n, @Aganel
(you didn't use the @ any you mistyped both of them) 😅
You need to mention the authors... @r00tr4v3n, @Aganel (you didn't use the
@any you mistyped both of them) 😅
Thanks! Since the name can't selected, so I used the ocr application and didn't check it. 😅
You can even click them. And you can also copy them from https://github.com/qownnotes/scripts/blob/master/latex-math/info.json#L8 😉
Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).
I encountered this issue as well. I looked at the right panel of the plugin and scrolled down and i saw it uses klatexformula at /usr/bin/klatexformula
After i installed it, the files started to appear in ~/.cache/PBE/QOwnNotes/scripts/latex-math/
Yes, you might need to change the path to klatexformula (and install it if necessary). That is what the setting should be used for.
@r00tr4v3n, @Aganel hello, latex-math runs wrong on my mac. I set the path to klatexformula correctly, but it still doesn't work. I debugged myself and found that the command generated by the script bash -c "kalatexformula" -f xxx; I can generate the file when I run it in the terminal, but the script runs correctly and does not generate the corresponding image file.
And I turned on full access to the disk in qownnotes in the mac settings.
And, its maybe bug? After regenerateNotePreview, the previous noteToMarkdownHtmlHook will be executed again, and then it will be executed in a loop?
@r00tr4v3n hello, latex-math runs wrong on my mac. I set the path to klatexformula correctly, but it still doesn't work. I debugged myself and found that the command generated by the script
bash -c "kalatexformula" -f xxx; I can generate the file when I run it in the terminal, but the script runs correctly and does not generate the corresponding image file.
The logs show that it no error or warning, but it doesn't work(not display latex picture).
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.