c3er/mdview

LaTeX math support

EllBock opened this issue · 2 comments

Hi, I would like to propose LaTeX math support that is usually done with MathJax by other note taking apps. As an engineering student I need to render a lot of formulas, and this is the only feature that I really miss in this fantastic app.

There are also other "extensions" that other note taking apps provide that you may want to implement later on, like

Hopefully these would not add too much complexity.

Thank you for your hard work!

c3er commented

Hi, thanks for the feature request!

Hopefully these would not add too much complexity.

It should be fairly easy to integrate these features in the current architecture. But it will still take some weeks to implement them, since it is only a spare time hobby project of mine.

c3er commented

It took a while but I implemented now most of the features from the markdown-it demo.

But I did not implement these features:

  • Mermaid Diagrams: Would be really nice, but when I tried to include the plugin, my application did not start somehow. I didn't took the time to investigate this.
  • MultiMarkdown Tables: Actually, I kind of forgot to implement this feature before uploading the new release. But the app supports HTML tables without any problems if someone needs complex table layouts. If you (or someone else) really want this feature, I'll add this.

LaTeX math support is now included, so I close this issue. If you encounter some problems with rendering certain formulas, please open a new issue.

See release 1.6.0