Jungwoo-An / react-editor-js

โš›๏ธ๐Ÿ“The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
945 stars 77 forks source link

Nested List support or add custom plugin #152

Closed lordnodd closed 2 years ago

lordnodd commented 2 years ago

Hey @Jungwoo-An its an interesting project, but I am struggling in getting a new plugin outside of the lists of plugins mentioned in the documentation on the readme, I need to implement Nested-List plugin and there seems to be a nested-list plugin available now nested-list issue on editorjs, can you help me understand

Jungwoo-An commented 2 years ago

@lordnodd Hi! First of all, thanks for your interest! ๐Ÿ‘‹

You can use https://github.com/editor-js/nested-list plugin. Just type to tools prop

Thanks!