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

This significantly cuts down on the bundle size of the package by leveraging shiki's new slim builds and precompiled languages Fixes #1487 #1213 This could probably be reduced further by...

This implements markdown pasting, and custom paste handlers. Adds - `editor.pasteText` which will paste text content into the editor - `editor.pasteHTML` which will convert HTML into BlockNote HTML and then...

**Describe the bug** ![Image](https://github.com/user-attachments/assets/c3072674-d7e9-4b1c-84bc-17949b424b89) **Misc** Chromium 131.0.6778.139 Linux

bug

### **Description:** I am using **BlockNote Editor**, and I noticed that when adding a link, it **automatically includes `rel="nofollow"`** in the `` tag. This behavior is problematic for internal links...

Details extension from TipTap: https://tiptap.dev/docs/editor/extensions/nodes/details#page-title

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to prevent tables and images resizing inside the editor. The reason is that the content written by the...

enhancement

### **Feature Request** #### **Is your feature request related to a problem? Please describe.** It's a bit frustrating that typing "---" doesn't automatically convert it into a horizontal rule. This...

enhancement

**Describe the bug** Some blocks cannot be nested, including all custom blocks. For instance, editing a custom block in the editor and inserting a heading will make the heading appear...

Feature

**Is your feature request related to a problem? Please describe.** I have a user who whants to add images in a table cell. **Describe the solution you'd like** Is that...

enhancement

Unexpected Application Error! useBlockNoteEditor was called outside of a BlockNoteContext provider or BlockNoteView component Error: useBlockNoteEditor was called outside of a BlockNoteContext provider or BlockNoteView component at H (http://localhost:6679/node_modules/.vite/deps/chunk-C2W5FXJ6.js?v=56dd50f9:675:11) at...

bug