Arno Gourdol

Results 274 comments of Arno Gourdol

Unfortunately, I am far from an expert in Vue and Vite. It would be great if someone from the community with more expertise than I have could contribute some instructions....

The Getting Started page is here: https://cortexjs.io/mathlive/guides/getting-started/ I welcome any suggestions for improving it! To be clear, there is no need to create a `MathfieldElement`, then initialize it, then add...

Oh, there is also a section on [creating `MathFieldElement` programmatically](https://cortexjs.io/mathlive/guides/integration/#creating-mathfield-elements-programmatically) but perhaps that needs to be linked from somewhere else?

Thanks for submitting a PR. I've merged it. Do you mean a wrapper like this: https://github.com/arnog/vue-mathlive ?

Yes, the source for the wrapper is here: https://github.com/arnog/mathlive/blob/master/src/vue-mathlive.js

This would probably involve creating a subclass of the `Mode` abstract class, along with a set of subclasses of the `Atom` abstract class representing the different kind of atoms (in...

The behavior when deleting an empty numerator/denominator now matches the behavior of the Desmos graphing calculator.

I've added a `keyboard-sink` part to the keyboard sink element. Accessible via `math-field:part(keyboard-sink)`.

Could you be more specific and indicate which shortcuts you expected to work that didn’t?

:) This issue was filed three years ago. Things have changed. BTW, in general you're better off filing a new issue rather than commenting on a closed one. I happened...