jquery-notebook
jquery-notebook copied to clipboard
Math Support
Has supporting rich math input been looked into yet? Using a library like MathJax, rich math input could be achieved similarly to how links are currently rendered. If you guys are interested in including this, I would be more than happy to look into it.
I'll happily accept a PR on this issue provided that the Math functionality is optional and can be turned on/off on the config object.
Okay. I'm working on this when I have time, but as you know, its a big feature that has a complicated implementation to do it right. It is in the pipeline.
I made what's called "jQuery-notebook with KaTeX" (https://github.com/jiwonyune/jquery-notebook-with-katex). KaTeX is a JS plugin library for LaTeX (https://github.com/Khan/KaTeX). I just made it for fun, but if you guys are interested in taking further steps, I'm willing to put more effort in it.