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.
## 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   **To Reproduce** **Misc** - Node version: 20.16.0 -...
**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...
**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...
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...
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...
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...