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

**Describe the bug** Is it possible to implement custom block in react that would handle multiline in the same way as for example Paragraph? I want to create a "Blockquote"...

bug

**Describe the bug** I have tried custom placeholder feature. It is working for inbuilt blocks like paragraph and heading. But it does not work with custom blocks. **To Reproduce** Check...

bug

**Describe the bug** When converting blocks to markdown it wrongly generates a table header before the first row. While markdown parsing works perfectly well, this generates errors. **To Reproduce** Create...

bug

**Is your feature request related to a problem? Please describe.** Need to send text content to a search engine, like Typesense. According to docs, there are only HTML exports, markdown...

enhancement

### Issue: Can't resize images after uploading them. Tried multiple times with multiple images (.jpg, .png, .avif, .webp). See below. ![blocknote-image-resize](https://github.com/user-attachments/assets/e6f5a41f-8b8f-42ed-9aea-4bc6a8890d0c) ### Conditions: - Windows 10 - Chrome Version 131.0.6778.205...

I want to add interface element for any block (include standard), that can add a custom css class for it. How can I do?

enhancement

Relating to docs page: https://www.blocknotejs.org/docs/styling-theming/overriding-css The ```data-level``` attribute doesn't appear to be on the header blocks anymore. Current documentation: For example, ```.bn-block-content[data-content-type="heading"][data-level="2"]``` will select all heading blocks with heading level...

I'm trying to change the default programming language in the Code Block from Javascript to Python. So I'm using the _customizeCodeBlock_ function, but when I use that, the block disappears...

bug

This is a POC for blocknote-level transactions. It should make it possible to clean our existing commands (those in `blockManipulation` further down by migrating away from tiptap-style commands). It also...

**Issue** The blocknote content is stored as markdown for later reuse by users. When a numbered list starts at number higher than 1, when storing the markdown it is done...

bug