Questions tagged [wiris]

42 questions
0
votes
0 answers

Why Math Type WIRISplugins.js does not parse the mathml rendered in react component?

I am trying to render some formulas stored in the DB in mathml, in the react app i am using the plugin as suggested here: wiris. by adding to the head the tag:
Csharls
  • 550
  • 8
  • 19
0
votes
1 answer

Moodle NUMERICAL embedded cloze question with random values

I would like to set up a NUMERICAL question (embedded cloze) where the answer depends on one or more random variables and the answer must allow for some tolerance. I tried: What is #var1 divided by PI? {1:NUMERICAL:=#ans:0.1} var1 will be generated…
Kristiaan
  • 21
  • 3
0
votes
0 answers

how to use wiris with ckeditor in a webpage

I am trying to use this code to add Math equations, formulas to a webpage: Classic editor with default styles
mj1261829
  • 1,200
  • 3
  • 26
  • 53
0
votes
0 answers

Keyboard Keys is not working on wiris_formulaEditor with TinyMCE Editor

I am trying to configure Wiris Mathtype with TinyMCE, All working fine but i am unable to add Math Formula values from my keyboard. enter image description here
0
votes
1 answer

Angular 13 Tinymce 6 add external plugin MathType

I have an Angular application and I am using TinyMCE as my editor. And I want add external plugin to TinyMCE MathType. But I can't understand how can I add this plugin and to use? When I use this code: export class PageComponent { tinymceConfig…
0
votes
0 answers

How to decode/replace all charCodes with characters in a string using javascript?

I am using wiris editor within TinyMCE editor in one of my projects. For some reason I want to replace all charCodes used in content with just character, I know that I can do it for every character 1 by 1 like: str.replace("&",…
0
votes
0 answers

Cannot integrate 'ckeditor_wiris' plugin into django-ckeditor in custom toolbar configuration

I am using django to make a science related blog site where I am using django-ckeditor as the richtext editor. I encountered the following problem: I am trying to integrate the 'ckeditor_wiris' external plugin in custom toolbar. Other external…
0
votes
1 answer

Wiris MathType does not parse MathML on Vue Component reload

I am working on a Vue JS app which has MathType plugin and the plugin works fine when the formula is entered and it is displayed in the correct format. But when the component is destroyed and created again and the previously entered data is passed…
Apoorv Pal
  • 197
  • 3
  • 14
0
votes
1 answer

ckeditor + wiris MathType not parsing math ml in edit mode

In out spring MVC project I have integrated wiris MathType with ckeditor for math and chemical equations. Integration is done smoothly and quickly. Upon data creation I am able to get MathML xml from ckeditor and saving it into database. To edit…
Amogh
  • 4,453
  • 11
  • 45
  • 106
0
votes
1 answer

Wiris demo for generating eps file with mathml

As given in the example I was able to run the get the eps file but when I try to pass my own MathML formula to generate the eps I always get a 500 error, Here is my MathML
Sundeep Pidugu
  • 2,377
  • 2
  • 21
  • 43
0
votes
0 answers

How to use wiris plugin on asimple tag in angular 2+?

I Want to add Wiris plugin to a simple page , but a error occurred . any one can help me? enter image description here TS Code import { Component } from '@angular/core'; import { WirisPlugin } from '@wiris/mathtype-generic'; @Component({ …
shadcome
  • 49
  • 7
0
votes
1 answer

How to use javascript functions written in external file, in react-native application?

I am working on a project for Math-Tuition(React-native mobile app), and using wiris for setting up questions and answers. wiris sends those questions in MathML, I am converting MathML(equations, graphs etc) into JSX by using npm package…
0
votes
1 answer

Display Math equation from CKeditor5 with WIRISplugin in ReactJS

I've tried to put in the of my index.html using reactjs, however, for some reason this didn't work for me. client/public/index.html
0
votes
0 answers

How to fix error with images in tinymce-react with wiris plugin?

I've successfully added Wiris plugin to tinymce-react component with cdn link like this: external_plugins: { tiny_mce_wiris: 'https://www.wiris.net/demo/plugins/tiny_mce/plugin.js' }, But when I'm trying to reopen note with image editor does not…
0
votes
0 answers

Used Tinymce editor in my laravel project. but maths equations are not supported. images are not supported why?

I am working with a online examination project in laravel. As it was an examination based project teachers need to store the question in database.The question is not a pure text format. the question may contain half text, half image, half maths…