Skip to content

Repository files navigation

Code Tool for Editor.js

Code Tool for the Editor.js allows to include code examples in your articles.

Installation

Get the package

yarn add @editorjs/code

Include module at your application

importCodeToolfrom'@editorjs/code';

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.

vareditor=EditorJS({
...
tools: {
...
code: CodeTool,}...});

Config Params

FieldTypeDescription
placeholderstringCode Tool's placeholder string

Output data

This Tool returns code.

{
"type" : "code",
"data" : {
"code": "body {\n font-size: 14px;\n line-height: 16px;\n}",
}
}

About

Code Tool for Editor.js 2.0

Resources

Stars

84 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages