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.** basically i'll like to be able to use the sidemenu controller when the editor editable field is set to false....
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...
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...
**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....
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...
**Describe the bug** In a collaborative way, if a user removes the block where another user is located it creates an error.  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...
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...
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...