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.
**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...
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...
**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...
Let's make sure those still work after adding @blocknote/mantine
**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...
**Describe the bug** when I make Code Block using backtick in parentheses, then Code Block not generated   I don't know why...
**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...
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...