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 296 BlockNote issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Selected text across blocks is truncated without spaces when the selection is across blocks **To Reproduce** Write 2 Paragraph blocks - select their text and see the...

bug
prio:mid

inspiration from notion title, at the top can't delete or change props, I tried to use getTextCursorPosition() method with simple watching instance with setInterval() then setState but still doesn't work...

enhancement

There are 2 issues relating to `scrollIntoView` that this PR fixes: 1. When the user presses Enter to create a new block, and that block is below the viewport, it's...

**Describe the bug** If I apply text centering to a numbered or bullet list item, it does not apply (the item stays left-aligned)

bug
prio:mid

**Describe the bug** Slash menu affecting scroll behaviour. **To Reproduce** Here is link of sandbox: [Link](https://stackblitz.com/edit/github-gvznsy?file=App.tsx). Try it on Firefox/chrome as sandbox is not working correctly on Safari. 1. Go...

bug

**Describe the bug** I have a setup where: 1. I set some state using BlockNoteView.onChange 2. I dynamically set the theme object based on a context ```jsx const themeOptions =...

bug
prio:low

**Describe the bug** BlockNoteView is configured as `editable={false}`. The image block with no embedded link, which is presented as an `Add Image` button, is still accessible and allowing user to...

bug

**Describe the bug** I am trying to use replaceBlocks function after initializing the editor. But it is giving an error "Cannot read properties of undefined (reading 'dispatch')" **To Reproduce** I...

bug

Firstly, Kudos to the great work on the project! I wanted mentions/comments functionality as available on Google Doc editor for my website. Upon some research I found https://tiptap.dev/product/comments and https://liveblocks.io/comments...

enhancement

Hi, i have discovered a bug in Liveblocks and BlockNote where placeholders remain visible even after I input text using features like Headings (1, 2, 3) or Bullet Lists. This...

bug
prio:mid