Skip to content

Real-time syntax highlighting based on the official CKEditor5-code-block

License

Notifications You must be signed in to change notification settings

regischen/CKEditor5-CodeBlock-With-Syntax-Highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Real-time syntax highlighting based on the official CKEditor5-code-block

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published