TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
5.91k stars 386 forks source link

About custom formatting toolbars #904

Open aBenve opened 4 days ago

aBenve commented 4 days ago

Describe the bug When using a custom formatting toolbar as explained in the docs, it overrrides some functionalities of toolbars for other component types.

To Reproduce Go to the formatting toolbar docs: https://www.blocknotejs.org/examples/ui-components/formatting-toolbar-buttons Try to add an image and see the toolbar that appears. The blue button is there and some other default buttons for files are not.

Compare it with the default toolbar for files in the public editor in https://www.blocknotejs.org/. Add an image and see that some buttons are missing in the custom version.