LaTex Support
Would it possible to add LaTex support? Not sure how Flatenotes works under the hood, but maybe it's enough to add this to the head:
<script src = "https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id = "MathJax-script" async src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Thanks for the suggestion 👍🏻.
This would need some consideration. If there's the demand and I have the time I'll take a look.
On that note, it might be worth looking into KaTeX: https://katex.org/ It is basically like MathJAX, but faster and more lightweight.
And yea, I agree, support to add LaTeX-styled formulas would be great.
for anyone who might want to work on this i found this useful sandbox of someone using customHTMLRenderer and KaTeX to create this feature. I tried doing the same but I got some weird results as it rendered the math properly but it was rendered 3 times and sometimes without the right font, perhaps this is a styling issue as i got an error when trying to import katek.css