-
-
Notifications
You must be signed in to change notification settings - Fork 560
Tables support ? #194
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
Comments
Hi @AhmedRyad22 ! This is on our roadmap, but we'll first focus on Custom Blocks and Images |
@matthewlipski do you have any timeline for the table block? Because we need it asap, so I was thinking to create a custom block for table. Any thoughts? |
We're currently working on fixing/improving HTML and Markdown conversions so table blocks are unfortunately gonna be a while still. Also you may have trouble implementing a table as a custom block as each BlockNote block has a single corresponding ProseMirror node, meaning it can only have a single piece of editable content. |
@YousefED @matthewlipski by when can we expect the tables feature to roll out? The project that we are working on requires the use of Tables right now, I thought of implementing the tables feature all by myself using custom components, but that won't be feasible I think. It's just not possible to do it that way. If you can let us know when are you going to merge the above PR #426, I can plan my proceedings accordingly. |
hi everyone, by any chance can we have tables in the editor ? or is there any way to add it as a block currently ?
thanks <3
The text was updated successfully, but these errors were encountered: