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

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...

enhancement
prio:mid

**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...

bug

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...

enhancement

**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...

bug

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?

enhancement
prio:mid

**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...

bug

**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 ![image](https://github.com/TypeCellOS/BlockNote/assets/29662022/42ba55b7-878b-4eaf-b190-1bc018fdf267) version: ^0.13.2 **Misc** -...

bug