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

# Summary This PR drops our custom schema for Block and Inline Content Props and uses Zod instead. ## Rationale - Less "non-standard" code to maintain - Easier to explain...

Currently the slash menu suggests you can add a file or image directly to a table cell. For example, create a table, select/enter a cell, then use the slash menu...

bug

Input "/" in the form cannot insert content, but it is transferred to the next paragraph. I want to realize the same function as ordinary input in the form. Input...

bug

**Is your feature request related to a problem? Please describe.** Input "/" in the form cannot insert content, but it is transferred to the next paragraph. I want to realize...

enhancement

Hello Everyone! Now I have a requirement that the user cannot edit, but the custom formattingToolbar content needs to appear after the slider. Is there any way to achieve it....

**Describe the bug** When I create several checklist blocks and then trying to move caret to another block with arrow up or arrow down, caret not moving. **To Reproduce** add...

bug

**Describe the bug** When a Table block is positioned as the first block in the document, there is no way to add a block above it. Current behavior: Can position...

bug

**Describe the bug** This is a minor issue but still seems like more polish could be added. When using the suggestion menu, when you only have a few items, the...

bug

**Describe the bug** When pasting in external HTML (or setting it via an initial document JSON). There can be `textColor` or `backgroundColor` which is a value other than the color...

bug

Thanks for great lib. I encountered this bug in both 0.41.1 and 0.42.0 and resolved it with Codex via workaround, but it seems this should be fixed in the lib...

bug