Arno Gourdol
Arno Gourdol
For that behavior, you would need to provide a custom HTML virtual keyboard that would respond to pointer events directly.
For math content, only the built-in font is supported.
The `fontsDirectory` is relative to the location of the mathlive library. In your case, `./fonts` resolves to `http://localhost:5173/node_modules/.vite/deps/fonts`. As part of your build process you need to copy the fonts...
You can disable some LaTeX commands by redefining them as custom macros: ```ts mf.setOptions({ macros: { ...mf.getOptions('macros'), alpha: '\\colorbox{red}{error}', }, }) ```
Editing or creating entire chemical formulas is currently not supported. This would be a great feature to contribute, though, if there is enough interest. It would require a new editing...
The commands `\class` and `\cssId` are now supported.
Changing the title from "Multiline support is not user-friendly" to "Feature: multiline input". I agree this would be an interesting feature to add. Regarding the implementation, I think you would...
@elisaado Thank you for your interest in this feature. I am not actively working on it right now, so if someone else want to pick it up, let me know....
Pull Requests implementing this feature will be happily considered.
Thanks for the question and for offering to help with this. If you need the formula to still be selectable so you can extract the latex out of it, you...