BlockNote
BlockNote copied to clipboard
Support custom schema for (React) comment editors
Is your feature request related to a problem? Please describe. We want to implement mentions in comments. For that, we need to set up inline content specs, which is not possible since the comment schema is hardcoded in the React components.
Describe the solution you'd like Being able to pass a custom schema to the comments plugin or components, while using the current comment schema as a fallback.
Describe alternatives you've considered I'm working on creating our own set of comment components, which will use our custom schema, but that will make it harder for us to stay up to date with further BlockNote comment components development.
:point_up:
+1 looking to implement mentions too