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

Due to some special reasons, I need to disable the nest feature. I customized the toolbar to remove the nest unNest button. However, I still can't get rid of the...

enhancement

**Describe the bug** The video embedding feature (https://github.com/TypeCellOS/BlockNote/issues/672) is not working as expected. I'm not able to play the video inside the editor. **To Reproduce** In react ` const editor...

bug
prio:mid

Documentation for file blocks is still outdated in the docs: - References image blocks only - No instructions on how to extend file blocks - Missing info like how you...

documentation
prio:high

In simple terms, I created a custom Mermaid block, but the program crashes when the mouse cursor passes over its middle section. In the console, I receive the following error...

bug
prio:high

**Describe the bug** BlockNode should provide a way to handle paste Image when copy from web page, there are tow types ``` text/html image/png ``` BlockNote use text/html may cause...

enhancement
prio:mid

https://www.blocknotejs.org/examples/ui-components/custom-ui

bug
documentation
prio:mid

**To Reproduce** If write something in a cell and then add a new column. Content will be removed. If change the width of an empty column and then add a...

bug
prio:mid

**Describe the bug** It seems there are many lerna packages that are deprecated. **To Reproduce** 1- clone project 2- run `npm run bootstrap` in the root ![image](https://github.com/TypeCellOS/BlockNote/assets/97709651/9c19467f-822f-47f2-8d75-243987df12ba) **Misc** - Node...

bug
prio:mid

**Describe the bug** When cutting-pasting custom blocks, unexpected behavior happens. In the case of the custom alert block from https://www.blocknotejs.org/docs/custom-schemas/custom-blocks, the alert box seems to disappear. In other cases, indeterminate...

bug
prio:high

This is critical when input field is small. In Chrome 126.0.6478.115: https://github.com/TypeCellOS/BlockNote/assets/69731271/688e98e0-7515-46e4-a585-b94c504bd267 In Firefox 127.0.1 (works fine): https://github.com/TypeCellOS/BlockNote/assets/69731271/49a86b88-7106-4ed6-a1a7-f8fcc638bf4a BlockNote: ^0.14.1

bug
prio:mid