BlockNote
BlockNote copied to clipboard
Support custom schema for React comment editors
Making it possible to pass custom schemas to comments.
Related issue: https://github.com/TypeCellOS/BlockNote/issues/1543
@milanpoliak is attempting to deploy a commit to the TypeCell Team on Vercel.
A member of the Team first needs to authorize it.
Awesome, thanks for creating this PR. Does this solve all your requirements? I figured it might be also be useful to allow all options of the editors to be easily customized? e.g. allow consumers to implement a function getBlockNoteEditorOptions("comment-composer") that returns the options for (in this case) the composer
PS: what are you building?
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| blocknote | ✅ Ready (Inspect) | Visit Preview | Mar 19, 2025 6:58am |
Awesome, thanks for creating this PR. Does this solve all your requirements? I figured it might be also be useful to allow all options of the editors to be easily customized? e.g. allow consumers to implement a function
getBlockNoteEditorOptions("comment-composer")that returns the options for (in this case) the composer
Yeah, it solves all I need right now, but the idea of a function to provide all other options sounds really good. I won't have time to implement it today, but I can take a stab at it in the next few days.
PS: what are you building?
We are migrating our news site from WordPress to a custom CMS
Is this issue solved? can i use this to implement mentioning in comment section?
what's this pr waiting on atm? would help our use-case as well
@ArihantBapna I think what we are waiting on here is for what was outlined here: https://github.com/TypeCellOS/BlockNote/pull/1545#issuecomment-2735528998
Also, there are a number of conflicts with main, now.