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.
Hi, thanks for this awesome library. There are inline elements and custom blocks. But I couldn't find a way to work with the Code element natively. Having a code block...
**Describe the bug** BlockNoteEditor.create({ initialContent: blocks, ...(schema ? { schema } : {}) }).blocksToHTMLLossy(); // Default schema block works fine: console.log(await toHTML([{ type: 'paragraph', content: 'heya' }])); // React-based custom...
I am building an application similar to Obsidian, where there are internal and external links. I have tried to modify them. I have special links for the internal links that...
**Describe the bug** Blocknote out-of-bounds UI Hallucinations. Basically the text control appears outside the bounds of the blocknote container. It's possible to interact with it and it's quite odd, it...
This PR changes the element type of file blocks' add block button to a `button` from a `div` and makes the file panel open on Enter. It also removes the...
i've been trying to implement this library to my React project [TypeCellOS/BlockNote](https://github.com/TypeCellOS/BlockNote), but after some other fixed issues i've been stuck in what I believe to be the last issue...
I've tried using custom placeholders for custom block types without any luck. Is it possible at this point of time?
**Describe the bug** When I click on the stackblitz examples in the document, I get an error and the editor crashed. Almost all stackblitz examples have this problem, does anyone...
**Describe the bug** Cannot read properties of undefined (reading 'renderToElement') **To Reproduce** I just test on example link on https: //www.blocknotejs.org/docs/custom-schemas/custom-inline-content Link bug example: https://stackblitz.com/github/TypeCellOS/BlockNote/tree/main/examples/05-custom-schema/02-suggestion-menus-mentions?file=App.tsx  version: ^0.13.2 **Misc** -...