nested-list
nested-list copied to clipboard
Multi-leveled lists for the Editor.js.
The default list style is unordered, but the icon (returned from `get toolbox`) is `IconListNumbered`. Should: * the icon returned from `get toolbox` default to `IconListBulleted`? * match the defined...
Current version of nested-list can render Case 2 style only. This PR refactors `pasteHandler` to support Case 1, Case 2 and Mix of each cases. > Pasted Case 1. ```html...
Cf https://github.com/editor-js/nested-list/issues/68
Hello, When we copy a nested list form the editor to word it works correctly. But if we copy back the list from word to the editor, the nested element...
https://github.com/editor-js/nested-list/issues/26
resolves #30
**Expected behavior**: Hitting backspace at the beginning of a non-empty paragraph that is located behind a list attaches the paragraph's text to the last list item. ``` * This *...
**Description** It is currently not possible to insert line breaks (``) in list items with `Shift + Enter`. This behavior differs from @editorjs/list, which allows it: ...
I would like to continue an order later in the editor. This would be a "new" list, but I want to start with a different number to continue my order....
This check will allow users to use line breaks within list elements