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.
**Describe the bug** Copy content with multiple blocks, heading and paragraph e.g., into clipboard, then paste it into a table cell. The table will broken into 2 table. **To Reproduce**...
### BlockNote is really impressive! Thank you for building such a great library! **Is your feature request related to a problem? Please describe.** I'm using BlockNote to build a note...
**Describe the bug** I have created a few paragraphs with nested children that look like this:  Trying to shift tab on any second level nested child (test or test...
**Is your feature request related to a problem? Please describe.** Currently, the only syntax highlighting for the CodeBlock is `github-dark`. My use-case has the code block styled in a different...
### **Bug Report** **Describe the bug** When upgrading BlockNote from version `v0.15.1` to `v0.15.2`, dynamic chunks fail to load properly in an environment that uses **Vite Module Federation**. The result...
**Is your feature request related to a problem? Please describe.** We use custom fonts in our production block editor and want the same fonts to be used in our exported...
# Summary This PR fixes some visual & DOM inconsistencies between the rendered HTML from a live editor, and the rendered static HTML from exporting blocks. These differences come mostly...
# Summary This PR fixes an issue when on initial show, the suggestion menu would not correctly flip vertically if there was no space, and would only flip once the...
# Summary Prevent the link toolbar form from submitting when the user presses Enter during IME (Input Method Editor) composition. ## Rationale When users type in languages that require IME...
**Describe the bug** When pressing Enter inside a custom toggleable block, the children are broken unexpectedly. - If the cursor is on the toggle title, all children should be preserved,...