jquery-notebook icon indicating copy to clipboard operation
jquery-notebook copied to clipboard

Math Support

Open timcosta opened this issue 10 years ago • 3 comments

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.

timcosta avatar Apr 28 '14 16:04 timcosta

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.

raphaelcruzeiro avatar May 20 '14 09:05 raphaelcruzeiro

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.

timcosta avatar May 20 '14 12:05 timcosta

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.

jiwonyune avatar Mar 02 '15 15:03 jiwonyune