BlockNote
BlockNote copied to clipboard
A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
**Summary:** This PR introduces support for `rowspan` and `colspan` properties in the API, laying the foundation for future cell merging functionality. **Details:** - Added `rowspan` and `colspan` parameters to the...
**Describe the bug** When using `editor.blocksToFullHTML` you get errors when your blocks include an Image block. The error is different depending on if you are using client side `useCreateBlockNote` or...
Hey! This pr adds an example on how to load an existing document when using the collaborative mode. This approach passing the yjs update vector works for me and my...
**Describe the bug** When you click `.bn-suggestion-menu-label`, the `SuggestionMenu` collapses. **To Reproduce** https://www.blocknotejs.org/examples/basic/minimal **Misc** - Browser: Mac Chrome 128
**Describe the bug** When opening the menu for a block close to the bottom of the viewport the positioning is inconsistent. **To Reproduce** Reproduced in https://www.blocknotejs.org/examples/basic/minimal Position content and editor...
**Describe the bug** 0. If check size of BlockNote component it's fine - width > 0. It was possible to fix by manual change size of the image block to...
**Describe the bug** Hey, when you have a link inside of a custom non editable block, with the usual stuff to open it in a new page, it opens twice....
**Describe the bug**
**Describe the bug** Not sure if this is a bug or some misconfiguration on my part. Just discovered this library yesterday so haven't had the time to go too deep,...