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

A Slate plugin to handle keyboard events in lists.

Results 17 slate-edit-list issues
Sort by recently updated
recently updated
newest added

Have two block, select both of them, click wrapInList button, it becomes `,` there's no any `` inside ``. I can't reproduce it in the online demo, but it happened...

upgrade-slate

I fully understand you only support slate 0.32, however I will flag this bug regardless. A change was introduced in slate 0.33.5 (works fine in 0.33.4) that causes nested lists...

bug
upgrade-slate

Using the latest versions of `slate` and `slate-edit-list`, I'm seeing tons of warnings in the console about the use of deprecated methods. Versions used: - slate: `0.37.7` - slate-edit-list: `0.12.0`

upgrade-slate

Still a work in progress. I need to get all of the tests working.

{this.call(increaseItemDepth)}}> In the sample code, we can disabled the button by checking inList. If we are at the first "li", we should also disable the button because it will do...

question

I found no other way of communicating this, so hence the issue. It is not clear to me if I can set what kind of nested list behavior I can...

question

I'm attempted to build support for definition list markup in slate. slate-edit-list has lots of relevant functionality but it's not suitable out of the box. As a reminder, here's a...

How to write the rule that will disable all changes on Enter event. Just using `event.preventDefault()` and `return undefined` will still create a new line in the list item.