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.** basically i'll like to be able to use the sidemenu controller when the editor editable field is set to false....

enhancement

Hello community, I want to switch to BlockNote for my Webapplication. But for this to happen BlockNote would need to be able to parse the existing html files of my...

enhancement
prio:mid

How can I preserve the text appearance when I replace the selected text using HTML or Markdown doing a merge? I tried three different approaches, but I could not preserve...

enhancement

**Describe the bug** I have implemented several custom blocks by following the documentation. In Firefox, when typing content in any custom block there is no way to leave a space....

bug
prio:high
sponsor

An inconsistent behaviour of side menu showing up outside editor. It will show up when the cursor is outside editor, both left and right. However, it does not show when...

bug
prio:mid

**Describe the bug** In a collaborative way, if a user removes the block where another user is located it creates an error. ![image](https://github.com/TypeCellOS/BlockNote/assets/25994652/72dd7b4f-f1fe-47d9-8c07-f3367363c5de) https://github.com/TypeCellOS/BlockNote/blob/8a5d845407e7bdf63b49fa3b6e4a6d8201e1213a/packages/core/src/editor/BlockNoteEditor.ts#L395 **Possible solution** ```ts public getBlock( blockIdentifier?:...

**Describe the bug** I tried to use custom SideMenu and DragHandleMenu together, but the custom DragHandleMenu didn't show **To Reproduce** Just try to mix/use both example from docs that is...

bug

Updated `BlockNoteExtension.ts` to configure TrailingNode extension, introducing trailingBlock option for controlling insertion of trailing block nodes. Default behavior remains unchanged with trailingBlock set to true for inserting trailing block nodes...

🙋 Bounty claim

closes #631 /claim #631

🙋 Bounty claim

I would like to implment a feature similar to Github Copilot for text editing. That is, the AI can make text suggestions at the current cursor position, which can then...

prio:low