BlockNote
BlockNote copied to clipboard
A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
**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...
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...
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)
**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...
**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 =...
**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...
**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...
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...
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...