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

We should add a shorthand to be able to pass just an array to `getItems` in `SuggestionMenuController`, which then uses the default filtering. Also, we should add documentation to the...

documentation
enhancement
prio:mid

Functions/methods for block nesting currently act on the block containing the text cursor. We should keep this as the default behaviour, but also add an argument for a block identifier...

enhancement
prio:low

**Describe the bug** adding delete button to side menu causes failed deletes occasionally **To Reproduce** can use the example from docs with custom delete handle: https://www.blocknotejs.org/docs/side-menu#custom-side-menu add five or so...

bug

Probably need to persist hover-state classes and show them in the active state as well: ![CleanShot 2023-03-24 at 19 05 43](https://user-images.githubusercontent.com/28986134/227664523-b1b335bb-9382-48eb-9a29-d7a409dd9055.gif)

prio:mid

**Describe the bug** When link is added, error is shown in the console and link is not highlighted. **To Reproduce** See readme here: https://github.com/moroshko/blocknote-issue **Misc** - Node version: 20 -...

bug

**Describe the bug** Everything in the UI needs to be read by screenreaders, and it's not. **To Reproduce** - Turn on your screenreader. (I'm using VoiceOver on chrome) - on...

bug

**Describe the bug** When I need to remove a blank line under a 'none' type content, it never works, remove the 'none' content together. I think remove a blank line...

bug
prio:mid

At https://github.com/TypeCellOS/BlockNote/issues/62, @brandondrew raised the issue of incorrect numbering. https://github.com/TypeCellOS/BlockNote/pull/42 fixed the numbering, but it doesn't solve the other problem: sublists commonly have a different number style. For example, a...

enhancement
prio:low

For this particular nesting pattern: ``` block1 | block2 | | block3 | | | block4 | block5 ``` With the cursor at the start of `block2`, attempting to un-indent...

bug
prio:high

Currently, the "Adding DOM Attributes" page/feature is pretty useless since you can just access the elements using their CSS classes anyway. However, it is somewhat useful for applying Tailwind classes,...

documentation
prio:low