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.
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...
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...
**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...
Probably need to persist hover-state classes and show them in the active state as well: 
**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 -...
**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...
**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...
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...
For this particular nesting pattern: ``` block1 | block2 | | block3 | | | block4 | block5 ``` With the cursor at the start of `block2`, attempting to un-indent...
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,...