Skip to content

kredmer/CKEditor-CodeMirror-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

CKEditor-CodeMirror-Plugin

Syntax Highlighting for the CKEditor (Source View) with the CodeMirror Plugin

The Full Theme List can be found here: http://codemirror.net/demo/theme.html

Screenshot

This Plugin uses the jquery-oembed-all Plugin located at https://github.com/starfishmod/jquery-oembed-all.

####License

Licensed under the terms of the MIT License.

####Installation

  1. Extract the contents of the file into the "plugins" folder of CKEditor.
  2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = '[ codemirror ]';

// If you want to use a theme set the theme here 
// config.codemirror_theme : 'rubyblue';

About

Syntax Highlighting for the CKEditor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published