1.6.0 • Published 2 years ago

@editorjs/checklist v1.6.0

Weekly downloads
3,819
License
MIT
Repository
github
Last release
2 years ago

npm.io

Checklist Tool for Editor.js

This Tool for the Editor.js allows you to add checklists to your texts.

npm.io

Installation

Get the package

yarn add @editorjs/checklist

Include module at your application

import Checklist from '@editorjs/checklist'

Optionally, you can load this tool from CDN JsDelivr CDN

Usage

Add a new Tool to the tools property of the Editor.js initial config.

var editor = EditorJS({
  ...

  tools: {
    ...
    checklist: {
      class: Checklist,
      inlineToolbar: true,
    },
  }

  ...
});

Config Params

This Tool has no config params

Output data

FieldTypeDescription
itemsobject[]array of checklist's items
{
    "type" : "checklist",
    "data" : {
        "items" : [
            {
              "text" : "This is a block-styled editor",
              "checked" : true
            },
            {
              "text" : "Clean output data",
              "checked" : false
            },
            {
              "text" : "Simple and powerful API",
              "checked" : true
            }
        ]
    }
}
byevolution@infinitebrahmanuniverse/nolb-_edi@everything-registry/sub-chunk-277strapi-plugin-editorstrapi-plugin-editorjsstrapi-plugin-editorjs-fieldstrapi-plugin-editorjs-nextstrapi-plugin-k-editorjsstrapi-academy-plus-editorjsstrapi-editorjs@canburaks/fibs-editor@om-mediaworks/shacl-formstd-pagestrapi-plugin-react-editorjsstrapi-plugin-react-editorjs-extended-embedsrinstallersui-duckumomega-foundation@aulazero/task@bigbossstudio/strapi-plugin-editorjs@carabi/ui@chizhik/ui-lib@acf-int/strapi-plugin-react-editorjs@acf-int/strapi-plugin-editorjs@brandontle/react-editor.js@dicarbene/nuxt3-editorjs@datahu/client@datahu/component@datahu/designeryt-editor@highoutput/neyar@laodeaksarr/rte@fakel/rest-admin@keystonejs-contrib/fields-editorjs@kaniyarasu/react-editor.js@offlegacy/react-editorjs@rainyland-dev/strapi-plugin-editorjs@rypock/react-frontend@questflow/canvas@realmocean/editor@nwire/amit-design-system@oak-digital/strapi-plugin-react-editorjs@smileeye.edu.vn/editor@softkit/strapi-plugin-react-editorjsmurph-projectodoc-viewernuxt3-editorjssarman-vue-editor-jsreact-editor-simple-image.jsreact-editor-simple-imagenode-red-contrib-ui-editornext-step-projectquickvue-editorjssofa-ui-componentsgp-editorjs@zdzcode/zc-web-vuejs-core@zalastax/nolb-_ediall-in-one-editorjschatnext-uichatnext-ui-assistant-app-tesetchatnext-assistantdirectual-web-componentseditor-js-componenteditor-js-themeeditorjs-reacteditorjs-vuedotailadraftsdoreactailla-builderhorul-editorhsl-strapi-plugin-react-editorjsmedusa-plugin-editorjs@virtual-spirit/vspace-labs@vt7/vue-editor@todokek/react-editor.js@tienlucky/storage@wulperstudio/wulper-studio-editorblock-json-editorblock-article-jsbyevolution-componentsfibs-editor
1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago