1.0.10 • Published 1 year ago

code-plus v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CodePlus

codeplus工具是Editor.js的块级插件

安装

npm i -D code-plus

或者直接下载源码,使用dist/bundle.js.

使用

import CodePlus from 'code-plus' 

使用

var editor = EditorJS({
  ...
  
  tools: {
    ...
    code: CodePlus,
  }
  
  ...
});

配置参数

字段类型描述
placeholderstringCode插件的占位文本
languagesArray代码语言数组

输入的数据

{
    "time": 1678006102022,
    "blocks": [
        {
            "id": "s-IbXvCx7L",
            "type": "code",
            "data": {
                "code": " System.out.println(\"Java programming is interesting.\");",
                "language": "JavaScript"
            }
        }
    ],
    "version": "2.26.5"
}
1.0.10

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

0.0.0

1 year ago

1.0.0

2 years ago