1.0.1 • Published 3 years ago

ckeditor5-codeblock-with-syntax-highlight v1.0.1

Weekly downloads
5
License
GPL-2.0-or-later
Repository
github
Last release
3 years ago

CKEditor 5 code block with real-time syntax highlight

This package implements real-time syntax highlight basesd on the code block feature of CKEditor 5 and third party libary Highlight.js

Effect

Usage

npm i ckeditor5-codeblock-with-syntax-highlight --save
import CodeBlock from 'ckeditor5-codeblock-with-syntax-highlight/src/codeblock'
(Note: comment original import.)
// import CodeBlock from '@ckeditor5/ckeditor5-code-block/src/codeblock'
plugins: [..., CodeBlock]
toolbar: [..., 'codeBlock']

If you find value in this package, please consider give a star. So I will be more motivated to improve this package.

Any suggestions and issues are welcome!

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file or https://ckeditor.com/legal/ckeditor-oss-license.