8000 GitHub - ScaleMeUp/list: List Tool for Editor.js 2.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ScaleMeUp/list

 
 

Repository files navigation

EditorJS List

  • Added many list types
  • Added spacing options

Install yarn add https://github.com/ScaleMeUp/list

Usage

import List from '@scalemeup/editor-js-list';

new EditorJS({
    tools: {
        list: {
            class: List,
            config: {
                defaultStyle: 'numbered',
                defaultSpacing: 'normal',
            }
        },
    },
})

About

List Tool for Editor.js 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.9%
  • HTML 15.7%
  • CSS 14.4%
0