Kit / slate-plugins

A collection of plugins for SlateJS, maintained by ConvertKit
https://convertkit-slate-plugins.netlify.com/
MIT License
52 stars 22 forks source link

fix(blockquotes): Bugfix for wrap blockquote block #47

Closed pacoyang closed 5 years ago

pacoyang commented 5 years ago

Change wrap commands to wrap all block nodes in the current selection instead of single block. And add onBackspace handler to remove blank blockquote block.

brendancarney commented 5 years ago

Looks great! Do you mind adding a test exercising this behavior? https://github.com/ConvertKit/slate-plugins/blob/master/packages/slate-blockquotes/__tests__/wrap-blockquote.js.

Let me know if you have any questions.