BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Results 387 BlockNote issues
Sort by recently updated
recently updated
newest added

**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**...

bug

### 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...

enhancement

**Describe the bug** I have created a few paragraphs with nested children that look like this: ![image](https://github.com/user-attachments/assets/0b88a047-f5ca-425b-9be9-0257fa8bd98c) Trying to shift tab on any second level nested child (test or test...

bug

**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...

enhancement

### **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...

bug

**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...

enhancement

# 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,...

bug