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

**Is your feature request related to a problem? Please describe.** For a current project, I need to create some custom blocks that automatically change depending on the editor's content. One...

enhancement

**Is your feature request related to a problem? Please describe.** When using `@blocknote/mantine` in projects that already use Mantine, there is a conflict between variables, provider and maybe mantine versions....

enhancement

**Describe the bug** If you make a custom block and you press the `Enter` key, it will not make a newline but instead jump out of the block. This is...

bug

If a sentence ends with ':', the '/' menu stops working. ![Image](https://github.com/user-attachments/assets/37610a7d-38ce-47eb-835a-c098d69000fb)

bug

**Describe the bug** If the `UserStore` does not contain a set of user IDs, it attempts to [resolve them](https://github.com/milanpoliak/BlockNote/blob/27494f6ddcd5600e139eb3743e3e2e1682c43002/packages/core/src/extensions/Comments/userstore/UserStore.ts#L39) Unless the resolver does not throw an error when it can't...

bug

**Is your feature request related to a problem? Please describe.** The user may want to select a range of blocks, even if they do not contain content (e.g. image blocks)....

enhancement

Making it possible to pass custom schemas to comments. Related issue: https://github.com/TypeCellOS/BlockNote/issues/1543

**Describe the bug** When I drag custom blocks and try to reorder them I get a strange issue. Lets say I have 2 custom blocks. when I drag one of...

bug

**Is your feature request related to a problem? Please describe.** We want to implement mentions in comments. For that, we need to set up inline content specs, which is not...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, BlockNote only supports H1, H2, and H3 headings. This limitation prevents the creation of more detailed document structures that...

enhancement