AppFlowy-IO / appflowy-editor

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
https://pub.dev/packages/appflowy_editor
Other
473 stars 201 forks source link

Complete example of creating custom block components #940

Closed Uche01 closed 3 weeks ago

Uche01 commented 4 weeks ago

I just made a block component for formular using the divider block component in the doc as example. However, I am struggling display an item in the slash command menu to add this block to the editor. Can anyone point me to a complete example of creating and using a custom block in the editor?