1.6.0 • Published 6 months ago

@editorjs/checklist v1.6.0

Weekly downloads
3,819
License
MIT
Repository
github
Last release
6 months 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-277horul-editorhsl-strapi-plugin-react-editorjsgp-editorjs@bigbossstudio/strapi-plugin-editorjs@chizhik/ui-lib@brandontle/react-editor.js@canburaks/fibs-editor@carabi/ui@datahu/client@datahu/component@datahu/designer@dicarbene/nuxt3-editorjs@fakel/rest-admin@highoutput/neyareditorjs-reacteditorjs-vueeditor-js-componenteditor-js-themefibs-editornode-red-contrib-ui-editornuxt3-editorjsnext-step-projectmurph-projectquickvue-editorjsreact-editor-simple-imagereact-editor-simple-image.jssarman-vue-editor-jsui-duckumomega-foundationstd-pagesrinstallerssofa-ui-componentsstrapi-plugin-editorstrapi-plugin-editorjsstrapi-plugin-editorjs-fieldstrapi-plugin-k-editorjsstrapi-editorjsstrapi-plugin-react-editorjsstrapi-plugin-react-editorjs-extended-embedstrapi-academy-plus-editorjsyt-editor@acf-int/strapi-plugin-editorjs@acf-int/strapi-plugin-react-editorjs@keystonejs-contrib/fields-editorjs@kaniyarasu/react-editor.js@laodeaksarr/rte@rypock/react-frontend@rainyland-dev/strapi-plugin-editorjs@realmocean/editor@questflow/canvasbyevolution-componentsblock-article-jsblock-json-editor@nwire/amit-design-system@oak-digital/strapi-plugin-react-editorjs@om-mediaworks/shacl-formchatnext-uidrafts@wulperstudio/wulper-studio-editordoreactadotaila@softkit/strapi-plugin-react-editorjs@smileeye.edu.vn/editor@todokek/react-editor.js@tienlucky/storage@zalastax/nolb-_edi@zdzcode/zc-web-vuejs-core@vt7/vue-editor@virtual-spirit/vspace-labsall-in-one-editorjs
1.6.0

6 months ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

5 years ago