slate-edit-list icon indicating copy to clipboard operation
slate-edit-list copied to clipboard

enter & backspace button not working after add plugin

Open khmukid opened this issue 6 years ago • 2 comments

khmukid avatar Nov 27 '18 20:11 khmukid

Solved the problem installing the forked version of everything under GitbookIO npm scope. For me, the package.json now is:

"@gitbook/slate": "^0.34.11-0", "@gitbook/slate-edit-list": "^0.12.2", "@gitbook/slate-html-serializer": "^0.6.17-0", "@gitbook/slate-react": "^0.13.9-0",

caiorios avatar Dec 07 '18 21:12 caiorios

While that might solve the issue, based on gitbook manifest, I would stay out of using their fork unless you're aware of risks. Instead, take a look at https://github.com/guestbell/slate-plugins . This is a fork I made which solves these issues and updates the code to latest slate. Hope it works for you.

PeterKottas avatar Dec 21 '18 21:12 PeterKottas