iliyaZelenko / tiptap-vuetify

Vuetify editor. Component simplifies integration tiptap editor with vuetify.
https://iliyazelenko.github.io/tiptap-vuetify-demo/
802 stars 126 forks source link

Add support for Mathjax element with Mathlive #262

Open yaki4 opened 3 years ago

yaki4 commented 3 years ago

Hello, first of all thank you for your package and all your work. I'm doing a button for using mathlive in tiptap and so far i've got a button and a renderer which allow user to write math formula with a custom keyboard (thanks to mathlive to this gorgeous work by the way). Despite having this, i'm kind of stuck by my own comprehension of how tiptap work and my lack of skills to propose this feature in a clean way to the community.

For anyone who's interested in the feature, my code can be find here. capture-2

You can find a folder Math in nativeExtension but also a file named mathest wich is imported in tiptapVuetify and who's gonna create the math-field tag.

huzailhassan commented 2 years ago

Hello, is there currently a github repo for mathlive in tiptap? Thank you