Jungwoo-An / react-editor-js

⚛️📝The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
951 stars 77 forks source link

Render custom tools #235

Closed HieuTVGCH200824 closed 1 year ago

HieuTVGCH200824 commented 1 year ago

Is it possible to render a custom tool that I've created myself using 'react-editor-js'? I have a block data that follow the format :

[
  {
    data: { level: 1, text: 'What is KlubCoin?' },
    id: 'U5Mc3iX0TW',
    tunes: { anchorTune: { anchor: 'what-is' } },
    type: 'header'
  }
]

Is there a way to create a custom tool to render this?