Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

MathJax support in Linux desktop client #649

Open jaysonpaulose opened 7 years ago

jaysonpaulose commented 7 years ago

When I use the online client, I can turn on MathJax support for Latex rendering in the 'Modules' section of Settings. However, on the Linux client, the 'Modules' section does not show up and MathJax cannot be turned on. Latex equations are not rendered.

clembu commented 7 years ago

What expressions have you tried ? $inline$ or

$$
blocks
$$

blocks render fine in my new installation on kubuntu.

jaysonpaulose commented 7 years ago

Thank you for the tip. Blocks do render, but inline $...$ or $$...$$ (without line breaks) do not. The issue is more focused than I thought, but still exists because inline latex rendering works fine on the online client.

clembu commented 7 years ago

Yes, inline is bugged, it's already known. See #339.

claell commented 7 years ago

I think you can leave this open as the other issue is closed already.

junnester commented 6 years ago

Confirming block and inline MathJax for laverna-0.7.3-linux-x64 works on Ubuntu 16.04.3 LTS