editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Simple onPaste #22

Closed RobinDev closed 1 year ago

RobinDev commented 3 years ago

it's import a list on paste (if the list is nested, it's not yet managed)

most of the code come from @editorjs/list

RobinDev commented 3 years ago

Wich code formatter are you using and where are the rules ?

(by default, i let Prettier do the job from VSCode)

RobinDev commented 3 years ago

I dig from the https://github.com/codex-team/editor.js/ config, but it was not clear to me how you apply code formatting.

dfrankow commented 3 years ago

Any movement on this? We'd like onPaste as well.

robonetphy commented 1 year ago

@RobinDev thanks for PR but the updated solution merged using pr #45. Pls reopen the pr if the updated changes are not the same.