editor-js / list

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

chore(toolbox): export all lists into toolbox #88

Closed e11sy closed 1 month ago

e11sy commented 1 month ago

Problem

Now only harcoded list style (ordered list) is exported to toolbox It is not responsible to the config.defaultStyle as mentioned in #70

Solution

Export all available lists to the toolbar image

Related problems

Note that related problems should be solved in Editor.js After that hardcoded list style should be removed from convertionConfig