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 Fixes #2156 Disable the language selector dropdown in code blocks when `editable={false}` is set on the BlockNoteView. ## Rationale As reported in #2156, when the editor is set...

**Describe the bug** Hello and thank you for the work on BlockNote! It seems that undo / redo (Ctrl + Z / Ctrl + Y) are not working when the...

bug

Bumps [hono](https://github.com/honojs/hono) from 4.10.3 to 4.11.4. Release notes Sourced from hono's releases. v4.11.4 Security Fixed a JWT algorithm confusion issue in the JWT and JWK/JWKS middleware. Both middlewares now require...

npm dependencies

**Describe the bug** Usually, when highlighting text in a paragraph block, you are able to change the block type to a heading. When using custom heading config using `createHeadingBlockSpec`, the...

bug

# Summary This implements a fix for #1968 to ignore drag & drop events for completely unrelated events on the page. I tested with this: ```diff diff --git i/examples/01-basic/12-multi-editor/src/App.tsx w/examples/01-basic/12-multi-editor/src/App.tsx...

**Describe the bug** My app's drag and drop stopped working. I traced it back to when within 250px of a BlockNote editor, my app's drop handlers will not execute (React-dnd)...

bug

**Describe the bug** The placeholder test overlaps the second element in the list **To Reproduce** 1. On your mobile device: Type / to open the menu 2. Select Toggle list...

bug

## Early demo https://github.com/user-attachments/assets/9b07846e-f6ef-40c8-8741-4a9073f02a29 - **Added local storage versioning demo** - **feat: implement snapshot restoration** - **Misc fixes** - **Fixed issues with versioning** - **Added comments to demo and overhauled...

# Summary Fix cursor position after creating a block via input rules (e.g., typing ``` + space for code block). Previously, the cursor would move to the next paragraph instead...

If my document is RTL, when i select a text and drag it, the drop guide position looks mirrored to the cursor position and i've add @blocknote/xl-multi-column extension, when i...

bug