Questions tagged [wiris]

42 questions
8
votes
3 answers

How to use MathType plugin in CKEditor 5 using ReactJS?

I have installed three packages: @ckeditor/ckeditor5-react @ckeditor/ckeditor5-build-classic @wiris/mathtype-ckeditor5/src/plugin I'm able to setup simple ckeditor5 but don't know how to use MathType plugin in this editor. Here is my sample…
himanshu
  • 461
  • 9
  • 21
5
votes
3 answers

How to install CKEDITOR to angular project and add plugins

I am trying to install ckeditor to my angular project. I already tried installing ckeditor4-angular via npm but was unable to find a way to add plugins like the WIRIS mathType. Please how can i install the editor to my angular project and as well…
emmaakachukwu
  • 515
  • 1
  • 7
  • 16
2
votes
0 answers

Weird issue in TinyMCE - WIRIS

I am using Tinymce wiris editor to add equation. But the click button is not working. I checked the console and it show this error plugin.min.js plugin.min.js:3353 Uncaught DOMException: Failed to execute 'getRangeAt' on 'Selection': 0 is not a…
2
votes
2 answers

How to add Wiris or Mathjax to Quill editor

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)?
Elham AM
  • 375
  • 5
  • 15
1
vote
0 answers

WIRIS plugin not show any formula

I have added wiris plugin to my ckeditor and did the configuration but it doesn't show any content when I click on it. var mathElements = [ 'math', 'maction', 'maligngroup', 'malignmark', 'menclose', 'merror', 'mfenced', …
1
vote
1 answer

Ploblem facing in using javascript plugin in react-native

I need to use/import a JavaScript plugin in React-native. Plugin file contains functions, written in javascript and not in es6 format. I need to use those in react-native either by Webview or can be other way. I already tried WebView, But html code…
1
vote
2 answers

how to write plain javascript external function in react native?

I was trying to call a plain javascript function from an external file in react native but it is not running. Please suggest a way to inject a plain javascript function. I have tried to use WebView:
Aditya
  • 11
  • 2
1
vote
1 answer

Problem integraing Wiris math type and chem type with django using tiny mce editor

I am new to Django. I want to integrate wiris math type plugin in tinymce into the Django template. Same thing works in Laravel framework but in django it is giving problem. It is giving Failed to initialize plugin: tiny_mce_wiris SyntaxError:…
Pawan
  • 13
  • 2
1
vote
0 answers

Tinymce wiris plugin image mode issue

I am using tinymce wiris plugin for entering equations for my project. Everything is working. The equation I entering is previously saving as MATH ML format. It had some issue in chrome. So, I had to use mathjax for fix this issue. One of the…
1
vote
0 answers

Unexpected text node: 'x' in react mathjax preview

1 = 2 2
Henok Tesfaye
  • 8,287
  • 13
  • 47
  • 84
1
vote
0 answers

How to enable Wiris Plugin in Froala Editor using Webpack?

I've successfully installed and configured Froala WYSIWYG Editor using Webpack. But I'm struggling to enable the Wiris MathType plugin. So far I've installed Wiris: yarn add @wiris/mathtype-froala And tried to require it in my script that also…
Fredrik
  • 1,741
  • 4
  • 24
  • 40
1
vote
0 answers

CKEDITOR : Wiris plugin Causing Issue

I'm using Wiris plugin for handling math Equations and all. The official site of the WIRIS plugin is given below. Wiris plugin page for CKEditor Wiris plugin ckeditor Demo ** Problem:** Whenever I'm using the wiris plugin it replaces the whole…
mariappan k
  • 199
  • 1
  • 12
1
vote
0 answers

Wiris Plugin in Ckeditor Dont generate formula image

i am using wiris ckeditor plugin (asp.net) ,when click on Accept Button (in Wiris Formula Plugin),in (showimage.aspx) page, an Error is showing to me that formula is null when enter the …
Nafiseh
  • 11
  • 2
1
vote
1 answer

How to display WIRIS formula without the Editor

I am using WIRIS in my website to add questions to database. I need to display the question on the on the website without the editor. I have retrieved the question from the database but unable to get the styling right. Instead, the question only…
Olaitan Adeboye
  • 172
  • 4
  • 21
1
vote
1 answer

Tinymce wiris math editor

I am using Wiris Editor as a plugin in TinyMCE. When I insert equation from Wiris Editor it displays it as an image in TinyMCE - I found this is embedded image but when I click the source tag to save the content it is the mathml format. I am unable…
Projesh Bhoumik
  • 1,058
  • 14
  • 17
1
2 3