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 115 BlockNote issues
Sort by recently updated
recently updated
newest added

Perhaps the "default" exporter should skip hidden / invisible blocks: Shouldn't this be a paragraph with "Add image"? I guess it's probably because the markdown conversion prioritizes the `img` element...

prio:high

Hello guys I'm new here, and the past few months I've been learning about the tiptap and prosemirror tools. Here I actually have an idea about creating a project but...

enhancement
prio:low

There's an issue in some scenarios with nested `div`s which causes text nodes that come after element children to become contcatenated into a single block. The parsing bug is a...

bug
prio:mid

Add support for TODO items: - TODO items should show a checkbox on the side - The checked state should be stored in the prosemirror state - If possible, content...

enhancement
prio:mid

This PR adds an option to the editor to disable nested blocks. (on tab command or via formatting toolbar) example configuration "canNestBlock": `export type BlockNoteEditorOptions = Partial void; onEditorContentChange: (editor:...

**Is your feature request related to a problem? Please describe.** When trying to implement a Japanese vertical writing editor, the style gets disrupted. **Describe the solution you'd like** I would...

enhancement
prio:low

**Is your feature request related to a problem? Please describe.** I want to display content crated by block note in plain html format **Describe the solution you'd like** I'd like...

enhancement
prio:high

**Describe the bug** Bundle Size is really big, Better to get Rid of Mantine Lib and write our own code **To Reproduce** Build the project and see the output with...

bug

Hi Yousef! Your editor looks very nice and promising! I was about to give it a try, but stumbled upon vanilla setup (we dont use React) I was expecting vanilla...

enhancement

Couple of leftovers from the Custom Blocks PR: - [x] for non-react custom blocks, there's no way to clean up event handlers (react blocks can do this with a normal...

enhancement
prio:high