feat(math): add a new package for latex rendering#1987
feat(math): add a new package for latex rendering#1987nperez0111 wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ae1b46b to
8a8034d
Compare
Screen.Recording.2025-09-18.at.12.14.46.PM.movWe added in support for inline-math using https://mathlive.io/mathfield/ this guy to our blocknote editor and it works a lot nicer than the traditional katex one |
|
@ArihantBapna this is very compelling! Do you happen to have some of that integration code? |
|
@nperez0111 yep! one sec. Sorry about delay, didn't see the notif: this is using the old api (v0.37.0) we haven't upgraded to 0.39 yet but it gets the point across. This works for the most part, there's a bug where up/down arrow on a line with an inline-math node kinda breaks. but maybe you can take a look at that! |
This was mostly just a test to see what it would be like to build something sort of non-trivial in the new custom blocks API. I'd say that it was a success!