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 296 BlockNote issues
Sort by recently updated
recently updated
newest added

**Summary:** When typing in Vietnamese in a command (e.g., /file, /image, /video, /table), if there are still underlined words (indicating that they are in the process of being composed), pressing...

bug
prio:mid

I'm currently implementing BlockNote in our app, and we are storing markdown in our database. After storing the markdown, we need to display the initial data in the editor. To...

bug

**Describe the bug**

bug
prio:mid

**Description:** I have customized a block type "alert" followed by a custom block on the BlockNote homepage. However, every time I type '-', '*', '+', '1.' or copy a text...

bug
prio:mid

Let's make sure those still work after adding @blocknote/mantine

bug
prio:high

**Describe the bug** I'm using an (old) [example](https://github.com/TypeCellOS/BlockNote/blob/v0.11.2/packages/website/docs/docs/cursor-selections.md#demo-highlighting-blocks-spanned-by-selection) from the docs to highlight blocks spanned by the current selection. The highlighting works just fine, but this seems to break the...

bug
prio:low

**Describe the bug** when I make Code Block using backtick in parentheses, then Code Block not generated ![code block not created](https://github.com/TypeCellOS/BlockNote/assets/40891497/37c72205-3af1-4f26-8bd9-811be5567201) ![code block not working cases](https://github.com/TypeCellOS/BlockNote/assets/40891497/2418f6f9-9f82-42ec-93d9-ec6e93c75360) I don't know why...

bug
prio:low

**Describe the bug** Usually when marking text on a Mac, the "header" appears, which also happens on Chrome on Android. However, then also the usual Chrome/Android line comes (for copying...

bug
prio:low

This PR fixes an error caused when trying to un-nest blocks which have children. Closes #481 Closes #598

This PR removes the hacky fix used for the `contentRef` prop by refactoring it into a `useContent` prop. Now setting the editable element in a React block is done via...