You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone. First of all, I would like to tell you that my English is not perfect but I will try to explain what is happening to me, I don't know if I am doing things wrong or if I am missing some additional step.
To get into context I am using TinyMCE to integrate MathType under NextJs, React "Create React App" and VueJs, these last 2 being discard tests to find out if the problem was only in React but the same thing happens to me in the last 2.
What does the bug consist in?
The problem is that when integrating the text editor and the MathType plugin, some of the formulas are not displayed correctly on the landing page, for example:
Note: The images and settings are under NextJs, I'm not using the APP Directory.
These are the modules and versions that I am using.
This is my somewhat basic component with no additional plugins:
If you notice in line 14 the plugin is in the directory of my PUBLIC folder since when doing line 15 I get the following error and the solution I found was to put it as I mentioned, in the PUBLIC folder.
I asked myself these questions:
Does storing mathtype-tinymce6 in the PUBLIC folder affect anything?
Do I need to import something else?
Do I need to use an external module to display the formulas correctly?
Do I need JQuery for this to work?
Finally, I need to know if I'm doing something wrong or if I'm missing some configuration since I've been trying to solve this problem for days.
I hope I have been understood.
The text was updated successfully, but these errors were encountered:
Hi, I don't know if you already solved that problem, but my solution was to copy the plugin.min.js in my public, I made a folder where the structure is like:
Description
Hello everyone. First of all, I would like to tell you that my English is not perfect but I will try to explain what is happening to me, I don't know if I am doing things wrong or if I am missing some additional step.
To get into context I am using TinyMCE to integrate MathType under NextJs, React "Create React App" and VueJs, these last 2 being discard tests to find out if the problem was only in React but the same thing happens to me in the last 2.
What does the bug consist in?
The problem is that when integrating the text editor and the MathType plugin, some of the formulas are not displayed correctly on the landing page, for example:
Note: The images and settings are under NextJs, I'm not using the APP Directory.
These are the modules and versions that I am using.
I have added in the Head the script that indicates:
This is my somewhat basic component with no additional plugins:
If you notice in line 14 the plugin is in the directory of my PUBLIC folder since when doing line 15 I get the following error and the solution I found was to put it as I mentioned, in the PUBLIC folder.
I asked myself these questions:
Finally, I need to know if I'm doing something wrong or if I'm missing some configuration since I've been trying to solve this problem for days.
I hope I have been understood.
The text was updated successfully, but these errors were encountered: