kommitters / editorjs-undo

Undo/Redo feature for Editor.js
https://www.npmjs.com/package/editorjs-undo
MIT License
163 stars 50 forks source link

Implement the replace core function #263

Closed keliumJU closed 2 weeks ago

keliumJU commented 2 weeks ago

Context

The next step in the refactoring of editorjs-undo it is necessary to create a replace function that allows us to replace data in the same block, for this we will use the update function of the API editorjs blocks, for more info about the function check:

https://editorjs.io/blocks/#update

Objective