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

**Is your feature request related to a problem? Please describe.** Sometimes I need to add the same formatting on several elements of the document (like bold or color backround). **Describe...

enhancement

After the latest update editor.isEditable seem to always returns true for my custom blocks. I have added some conditional behavior for my custom blocks depending on whether the editor is...

bug

**Describe the bug** BlockNote with Shiki is causing a significant bundle size issue. Unnecessary language files (like emacs-lisp.mjs) are being included in the client bundle, increasing the bundle size by...

bug

**Describe the bug** 1. When an image is inserted, the text toolbar buttons (e.g., `BlockTypeSelect`, `BasicTextStyleButton`) are hidden instead of being disabled. 2. When selecting all content (including an image),...

bug

**Describe the bug** When cursor is at the end of the line the name is chunked **To Reproduce** Go at the end of the line with one cursor Open a...

bug

**Describe the bug** hook.js:608 Caught error while handling a Yjs update Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React...

bug

**Describe the bug** I have a main blocknote editor instance and i have a custom block which renders one more blocknote editor inside the main editor. It renders properly but...

bug

**Describe the bug** In my react application, I have two completely different components that are both using BlockNote. Both components are visible at the same time under some circumstances. All...

bug

**Is your feature request related to a problem? Please describe.** I have documentation and I want to update it from time to time. When I create a new version, I...

enhancement

**Describe the bug** I can't delete a line when another user's cursor is on it **To Reproduce** https://github.com/user-attachments/assets/a71e59e9-3839-4243-bc64-7d772f3523e5 **Misc** - Node version: - Package manager: - Browser: - [x] I'm...

bug