How can i add Wiris or Mathjax to Quill editor? And use it? Or how to convert Formula options in Quill editor to Wiris (Mathjax)?
Asked
Active
Viewed 3,507 times
2 Answers
4
You can insert a MathJax equation by creating a new Quill module. It is detailed on this page:
https://lucidar.me/en/rich-content-editor/mathjax-and-quill-editor/

Fifi
- 3,360
- 2
- 27
- 53
0
Don't have WYSIWYG math input working, but you can see how MathJax with Latex entry can work well with Quilljs in an extension to the Jupyter notebook we are working on. See the opening post to this Jupyter discussion and the link to a brief screencast of it working. For now you will have to look at the repositories or install to develop:
https://github.com/ColinGutow/notebook (the working branch is 'withQuill'). https://github.com/ColinGutow/nbformat
I have no idea if this will help you, but it shows it is possible.
Regards

Jonathan Gutow
- 305
- 2
- 8
-
I don't want MathJax to work with a latex entry. I want to use MathJax directly in Quill Editor. Do you have a solution? for example: https://docs.google.com -> add-ons Options -> mathtype -> insert math equition – Elham AM Aug 11 '19 at 06:02
-
1mathtype exists in ckeditor. http://www.wiris.com/plugins/demo/ckeditor4/php/ ......You can guide us. – Elham AM Aug 11 '19 at 08:36
-
I think we need to understand more about your use case. My answer was only meant to indicate that it is possible to use MathJax with the Quilljs editor. Because of the way Jupyter notebooks work we intentionally wanted the latex to show up in the edit window and only be translated to gui math when the cell was rendered. Our thought is eventually to have a WYSIWYG pop-up math editor to help people learn the latex input. It would just insert the generated latex at the cursor. – Jonathan Gutow Aug 12 '19 at 13:43
-
I want people to write their math questions easily without having to learn the latex formula. I want at QuillEditor to put option mathtype popup (wiris). Is it possible in QuillEditor? – Elham AM Aug 24 '19 at 06:42
-
As wiris is a commercial product, I suggest the question be directed at their support team
. I suspect that if they have not integrated it with Quilljs they would be willing to do it for a fee. – Jonathan Gutow Aug 26 '19 at 13:20