Garv Shah

Results 59 comments of Garv Shah

format for the maths input?

i presume it wouldn't be within the main quill package but rather in something likes mathquill

I'm pretty sure it is, since there are quite a few "react-mathquill" type packages which seem to work together from a quick google search

I think it would just have a tag like normal, and then the math would be stored as LATEX If you can guide me through how to add additional components,...

It's all maths stored as LATEX (or KATEX) inside the JSON If you look at https://quilljs.com/docs/formats/ it's the "Formula" attribute, the same as normal maths in quilljs, and it can...

oh, i watched the videos, and it seems you went through the same website I sent :P so yeah, the attribute we're looking at is the embed that's not supported...

i got it typed in, how do I get the JSON? sorry, i can't find it in dev tools

that just seems to be giving me html? is there a way to export the delta document?

sorry you might have to do it for me :/

I made a commit to my fork [here](https://github.com/garv-shah/flutter-quill) and it seems easy enough to add a new toolbar entry and create a new widget to show the maths keyboard, buttt...