raphaelcruzeiro / jquery-notebook

A modern, simple and elegant WYSIWYG rich text editor.
Other
1.69k stars 208 forks source link

Math Support #98

Open timcosta opened 10 years ago

timcosta commented 10 years ago

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.

raphaelcruzeiro commented 10 years ago

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.

timcosta commented 10 years ago

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.

jiwonyune commented 9 years ago

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.