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.
**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...
**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....
**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...
If a sentence ends with ':', the '/' menu stops working. 
**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...
**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)....
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...
**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...
**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...