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

There's a bug that hitting the + button doesn't work in collaboration mode, on an empty document. I tried to address it here but didn't get to the root cause...

**Describe the bug** While working on this PR about export testing (https://github.com/suitenumerique/docs/pull/1762) I noticed a few differences between what is render by the editor and what is in the PDF....

bug

**Is your feature request related to a problem? Please describe.** I would like to implement the sort of ordered list for the title, but for now, I enter the title...

enhancement

**Is your feature request related to a problem? Please describe.** Images cannot be inserted as inline content, which prevents e.g. putting them in a link. This would allow to redirect...

enhancement

Problem: 1. Create bullet/numbered/checklist item 2. Try to paste text into its content 3. List item gets replaced with paragraph (This happens when list item content is empty). The following...

bug

**Is your feature request related to a problem? Please describe.** Make it possible to attach metadata (e.g. a JS value) to any block or inline content in BlockNote's AST. Example:...

enhancement

I'm using a custom WebSocket server with YjsThreadStore. I can successfully retrieve threads from threadStore.getThreads(). However, I cannot see the highlighted text markers in the editor document json where comments...

## Description The drag handle menu (Delete/Colors dropdown) appears ~150px above the side menu button instead of adjacent to it. ## Root Cause `DropdownMenuContent` in `@blocknote/shadcn` renders without a Portal...

# Summary ## Rationale ## Changes ## Impact ## Testing ## Screenshots/Video ## Checklist - [ ] Code follows the project's coding standards. - [ ] Unit tests covering the...