ckeditor5-math
ckeditor5-math copied to clipboard
Math feature for CKEditor 5.
I am having scrolling issue with the formula preview, as you have stated here that rendering element is out of ckeditor dom and you are giving absolute position according to...
LaTeX formulas can get really large and often require multiple lines. However, the editing field in the popup widget is very small. Would it be possible to make it multiline...
Since the project chose to use `yarn` and also add `yarn.lock` to version control, I consider it a best practice to make clear which package manager the use. Since official...
Add automated tests
`renderEquation` is defined as https://github.com/isaul32/ckeditor5-math/blob/173ac0613690b8b8df31535db785d762ded82cc8/src/utils.js#L46-L48 so the 7th parameter should be a string that matches an id in the document and the 8th is an array of string for the...
Hi, I've tried to add a manual link to the popup and build the package again. I didn't have any problem with building it but since I use CkEditor Custom...
Hi, i want to say thank you for your project, it help me a lot when working with latex in Ckeditor5. Also i want to know if there are any...
Any advice if mathml could be supported?
Hi, So we are currently using ckedito5 version 31.0.0 and our output is Markdown. Unfortunately ckeditor5-math does not have any support for markdown. I was wondering if that could be...