-1

I'm using wiris plugin to enter equation. However, when i save the editor and refresh the page the equation is replaced with plain text. Anyone else having this issue? any other equation plugin for tiniMCE?

Louis
  • 1,014
  • 2
  • 11
  • 20

1 Answers1

1

Please review the installation instructions at http://www.wiris.com/plugins/docs/tinymce. Are you using the plugin in any specific CMS? Please note that we have specific instructions for some CMS like Joomla or Wordpress. In any case, we believe that you have skipped step 5 of the documentation. WIRIS formulas, from plugin version 3.50.x, are stored in the database as MathML. You need to include WIRISplugin.js, as detailed on step 5 of the general TinyMCE plugin documentation, in order to convert MathML to formula images. You can check more details at http://www.wiris.com/en/plugins/docs/full-mathml-mode.

Wiris Support
  • 450
  • 2
  • 7
  • Would you please specify the place where the following line should be added? – Hamlet Kraskian Apr 30 '15 at 17:57
  • You need to include that line before the head closing tag (``) of your pages. – Wiris Support May 05 '15 at 14:20
  • @WIRISMATHsupportteam I'm facing the same problem, I'm using TinyMCE version 5 in an Angular application. I've added also. But it didn't work. – user3588408 Sep 01 '19 at 13:54
  • Either replace the placeholder by the actual location of your plugin instance, or use src="https://www.wiris.net/demo/plugins/app/WIRISplugins.js?viewer=image" – Wiris Support Sep 02 '19 at 16:17
  • I am currently using angular 8, and by using npm to download @tinymce/tinymce-angular and tinymce , and by putting the tiny_mce_wiris from a zip file called java-tiny_mce_wiris into the node_modules/tinymce/plugins, I somehow able to get the tinymce with wiris up. However, I programmatically take the data (which contains wiris equation) which i type in the first tinymce, and put it into a second tinymce editor (on the same page as the first one), somehow my equation is replaced with plain text. where shouldi specify the – Nick Wills Jan 25 '20 at 10:55
  • 1
    For Angular 8, I add in the index.html. Its working only if i put the following

    ds111sdsd

    in the index.html. But if i am to put it in a nested component, it does not work any more
    – Nick Wills Jan 25 '20 at 13:59