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
6.48k stars 440 forks source link

video embedding feature #672

Closed ulisesAcosta27 closed 1 month ago

ulisesAcosta27 commented 6 months ago

I think this is one of the libraries that more come to look like notion along with the power that has the text editor of it, but I would like to know if in the future (hopefully in the near future) you can add the feature of embedding video, for example youtube video.

I don't know if it can be of help, but looking for other code editors I found a project of a guy called yopta-editor that does just that action, but I repeat I hope that someday you can add this feature to your library :))

YousefED commented 6 months ago

Yes, we plan on adding this, but you could probably also achieve this with custom blocks: https://www.blocknotejs.org/docs/custom-schemas

VipinKumar1310 commented 5 months ago

I am not able to find the proper schema for adding more options to heading section, I want to add heading 4,5 and 6 also. Can you share how can I add more options to heading by custom blocks and is there any way to add the fontsize dropdown in the inline toolbar

0x213F commented 4 months ago

This feature is now live on 0.13.4 🎉

matthewlipski commented 3 months ago

I am not able to find the proper schema for adding more options to heading section, I want to add heading 4,5 and 6 also. Can you share how can I add more options to heading by custom blocks and is there any way to add the fontsize dropdown in the inline toolbar

This is way more difficult than it sounds like atm unfortunately, as you have to create basically a whole new custom heading block to replace the default one:( Feel free to file an issue for this though since I think some people on Discord brought it up as well.

YousefED commented 1 month ago

Moved to https://github.com/TypeCellOS/BlockNote/issues/1028