flw0 / equation-editor-react

Equation editor based on Mathquill for React web apps
https://flw0.github.io/equation-editor-react/
MIT License
62 stars 14 forks source link

Feature for typing Matrices #59

Closed fantome-arch closed 1 year ago

fantome-arch commented 2 years ago

Hi, first of all thank you so much for making this. Its very useful for inputting mathematical expressions. However, it still doesn't have the feature to input and edit matrices. It would be great if you could implement this feature.

V0XNIHILI commented 2 years ago

Hey! As this is basically a React wrapper around Mathquill and since that does not have matrix support, I unfortunately cannot add it. Maybe it is a possibility to use one of the branches of the Mathquill repo that do have some form of matrix support? Then it will be supported in my editor automatically as well.