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

## API Extension Changes: 1. Pass the Tiptap node to props for inline content to access node attr, nodeSize, etc. 2. Allow custom `renderHTML` implementation for inline content (in this...

**Describe the bug** `@blocknote/react` doesn't work with React 19 RC as it uses React internals ![blocknote](https://github.com/user-attachments/assets/cfc7a27b-5d29-4b82-adbb-a80968d13279) ![CleanShot 2024-08-21 at 14 25 54](https://github.com/user-attachments/assets/90323a55-dc5d-4194-83b9-98fe52fc3bfb) **To Reproduce** **Misc** - Node version: 20.16.0 -...

bug

**Describe the bug** Inserting custom inline blocks with `content: 'none',` throws an error when attempting to set cursor position **To Reproduce** 1. Open the Alert example in stackblitz 2. Change...

bug
prio:high

**Describe the bug** When I highlight multiple items and press tab, I expect the "indent" operation to be performed. Instead, nothing happens (or I even get tab focus shifted) **To...

bug
prio:mid

Hi, I try to make a website which left side is for people to draw something and right side is note editor using BlockNote. I found one strange thing. When...

bug

was running into an issue (see test case) that has been addressed here: https://github.com/remarkjs/remark/issues/908

**Describe the bug** When adding a new block directly before a large one, Blocknote's view will jump to the next available text cursor position instead of staying at its current...

bug

Pretty self explanatory, just a few questions: - The example is showing a `Duplicate extension names found: ['liveblocksMention']` warning, also with strict mode disabled. Is this smth we need to...

closes https://github.com/TypeCellOS/BlockNote/pull/1554

This PR adds a block quote to the default blocks. It also adds an editor flag, `showNestingIndicator` (defaults to true), which determines whether to show the line on the left...