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

**Describe the bug** When clicking on a link, the link is directly followed, making it easy to move out of the editor accidentally. **To Reproduce** * Write a text and...

bug

In the same vein as [`editor.blocksToMarkdownLossy` and `editor.blocksToHTMLLossy`](https://www.blocknotejs.org/docs/editor-api/converting-blocks), it would be nice to have a `editor.blocksToPlainTextLossy` converter. The goal would be to allow converting a set of blocks to plain...

enhancement

**Describe the bug** I see multiple instances of "linkifyjs: already initialized" error in the browser's console after updating to 0.24.2. > linkifyjs: already initialized - will not register custom scheme...

bug

This adds preliminary support for all of the changes needed to support Tiptap V3. Tiptap V3 is not yet released, but I figured it was worthwhile to give it a...

This is still in progress, the idea here is to make a class that can be used for keeping track of positions in the editor across collaborative or single user...

**Describe the bug** When I add a link on several blocks blocks they are merged **To Reproduce** https://github.com/user-attachments/assets/8c550258-b69c-4fd5-868d-25f7f8485904 **Misc** - Node version: - Package manager: - Browser: Firefox - [x]...

bug

This is an Architecture Decision Record (ADR) that describes how & why we are choosing to implement suggestions and versioning for BlockNote.

**Describe the bug** I want to use the DragHandleMenu component with my own custom subcomponents. It seems that can be done using specific children (https://github.com/TypeCellOS/BlockNote/blob/8bb9bc6be7b7865ff3a6baffef1877ab079244e9/packages/react/src/components/SideMenu/DragHandleMenu/DragHandleMenu.tsx#L42), but when you check the...

bug

This makes it just a bit easier to set the menu items within the draghandle menu

This PR https://github.com/TypeCellOS/BlockNote/pull/1326 introduced the ability to start numbered lists from indices other than 1. I noticed on the demo to export to pdf/docx this was not taked into account....