editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Feature request: Convert group of elements or single element to list #12

Closed evanjmg closed 3 days ago

evanjmg commented 3 years ago

Right now, I can't seem to convert existing content to a list format. First getting a single element to a list is good, but ultimately I should be able to select multiple elements and convert to a list with conversionConfig https://github.com/codex-team/editor.js/blob/next/docs/tools.md#internal-tool-settings

evanjmg commented 3 years ago

Implemented it myself - works fine for me. https://github.com/editor-js/nested-list/pull/13

e11sy commented 3 days ago

implemented since #13