BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

video embedding feature

Open ulisesAcosta27 opened this issue 10 months ago • 4 comments

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 :))

ulisesAcosta27 avatar Mar 30 '24 02:03 ulisesAcosta27

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

YousefED avatar Mar 31 '24 08:03 YousefED

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

VipinKumar1310 avatar Apr 20 '24 11:04 VipinKumar1310

This feature is now live on 0.13.4 🎉

0x213F avatar May 29 '24 02:05 0x213F

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.

matthewlipski avatar Jun 11 '24 12:06 matthewlipski

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

YousefED avatar Aug 24 '24 09:08 YousefED