guardian / prosemirror-noting

Prosemirror plugin that adds the ability to have ranges added to the document that expand and contract around dependent on the input.
MIT License
57 stars 8 forks source link

Give users the ability to mutate decoration DOM notes on creation #8

Closed jonathonherbert closed 6 years ago

jonathonherbert commented 6 years ago

Does pretty much what it says on the tin with the addition of modifyNoteDecoration! There's also a refactor to clean up the call signatures of a few methods that were getting out of hand as a result of these changes.