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

**Is your feature request related to a problem? Please describe.** Not a problem, but at my company we need our blockIDs to be small because we already have a unique...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the default image block treats caption as a string. this prevents users to add marks or links inside the...

enhancement

If add a link without https://, then the current domain will be added to the link. For example, if you add a link to www.blocknotejs.org/, then the current domain will...

bug
prio:mid

**Describe the bug** I'm trying to set up BlockNote Collaboration using Hocuspocus and the Database extension. When saving the data to the database everything works fine, but when retrieving the...

bug

In IDEs, blocks are often associated with folding. For example in VS Code: Unfolded: Folded: Is there support for folding in BlockNote? Has anyone built this feature on top of...

enhancement
prio:low

i tried this : ``` const theme = { ...lightDefaultTheme, componentStyles: (theme: any) => ({ Editor: { direction: "rtl", }, }), } satisfies Theme; ``` it works, but the toolbar...

enhancement
prio:low

I love the image block feature and the `uploadFile` method in the editor that allows you to define a custom function for uploading images to your server. To improve on...

enhancement
prio:mid

**Describe the bug** When loading the editor in our app that is loaded into single spa shell, the slash menu load position on first time is wrong but then it...

bug
prio:mid

**Is your feature request related to a problem? Please describe.** I currently try to benchmark BlockNote for my use cases, including complex custom blocks, currently, the type system is only...

enhancement
prio:low

Blocknote is an amazing editor, I loved the ui and how it was easy to setup but right now there's no good way for storing the output data, be it...

enhancement
prio:high