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.
**Describe the bug** When inserting a multi-column in a multi-column, it shows **To Reproduce** [ ](https://www.blocknotejs.org/examples/basic/multi-column) Try in the multi-column page.
**Is your feature request related to a problem? Please describe.** In most apps there is a way to perform an action on multiple items at once, but that does not...
**Is your feature request related to a problem? Please describe.** I want to auto underline text after typing based on a criteria. For example. I have an array with the...
[Item grande com tabela.docx](https://github.com/user-attachments/files/18511563/Item.grande.com.tabela.docx) **Describe the bug** I received a complaint from my client saying that his table disappeared. This problem only happens when it is a document with a...
**Describe the bug** Hey! I noticed this weird bug that breaks the editor. For some reason, one heading got introduced with the level prop as null, which makes it a...
**Describe the bug** When many are editing the same document some problem can be noticed - The “/” shortcut, which lets you set the paragraph type or add an element,...
As described by https://github.com/TypeCellOS/BlockNote/issues/1403 In SuggestionPlugin.ts, we depend on `queryStartPos`. This startPos is not valid anymore after the document has been edited above. I suppose we could fix this in...
## Description When using BlockNote with table handles enabled, I frequently encounter the following error: ```TypeError: Cannot read properties of undefined (reading 'colIndex') at HTMLDivElement.``` This error occurs randomly when...
https://www.blocknotejs.org/examples/interoperability/converting-blocks-from-html input html ```html L TE A A C V R A DOU LOU REUSE QUE TU PORTES ET QUI T' ORNE O CI VILISÉ OTE- TU VEUX LA BIEN...
Export editor.moveBlocksUp() with a optional parameter blockId, or export another function replace.
**Is your feature request related to a problem? Please describe.** I want to add `Move Up` and `Move Down` item in `DragHandleMenu`, but `editor.moveBlocksUp()` can only move up the selected...