-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
Custom InlineContent
types
#267
Comments
Is this something that's being worked on actively already? If not, I'd love to try and implement the custom marks support. |
We're currently working on fixing the clipboard & HTML/Markdown conversion, so go ahead! I would start by taking a look at the custom blocks API ( |
Great, thanks! Last week, I did end up implementing this as a new Tiptap node like so:
It seems to work fine. Though my use case was dragging and dropping these nodes from somewhere else into the text. I'm wondering if it's worth adding this as an example somewhere for the time being? |
Oh awesome! I guess there are still probably some quirks when converting the node to |
Alongside custom block types, custom
InlineContent
types would allow for more extensibility within BlockNote. This would allow consumers to implement features like comments and spellcheck.It would also be worth considering custom marks/styles while working on this issue.
The text was updated successfully, but these errors were encountered: