Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
120 views
in Plugins by

Hi Arjun,  

I am using these two plugins from your GitHub-

go-ck-editor is working fine, but when I enable Mathjax, I observe that the editor does not work as expected. Example- When I entered the text and then clicked on the bullet, the bullet appeared. When I clicked on the bullet again, the bullet did not disappear, if I clicked on numbering icon, bullet did not change to number. Same is true for other options also.


I further debugged the issue and discovered that Mathjax and go-ck-editor have conflicts.
After removing Mathjax, CKEditor is working fine.

But on your website, I see that the issue does not persist. Can you please help me with this?

Regards,
Abhishek

Q2A version: 1.8.8

1 Answer

0 votes
by
edited by
Hi Abhishek, we are no longer using the go-ck-editor as such as we are using the dynamic mentions plugin from @pupi1985 and using this ckeditor4 inside it. But it's expected to work independently too though it's not tested by us. We are no longer using the mathjax plugin as such - we are using Mathjax 3 for a while now.

Also, the ckeditor4 is now past the life and we need to enable ckeditor5 which unfortunately is a lot of pain unlike ckeditor4. Hope to have a good alternative soon.
by
May I know what editor you are using?
by
Updated my answer now. The editor is the same but is wrapped inside pupi-dm plugin.
...