-
-
Notifications
You must be signed in to change notification settings - Fork 617
feat(math): add a new package for latex rendering #1987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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!