highlight.js - Where is the actual documentation for highlight js / CKeditor theme values? -


whether ckeditor themes, or codesnippet themes, actual string values pass arguments config options? i'm having trouble finding actual string values, or pointing convention/pattern value follows.

the ckeditor documentation huge, , links send around in circles, referring generic documentation pages, either actual string values possible arguments not available.

the 1 example plugins follows lower case, no separation between words. highlight js themes ckeditor requires seems snake case, inconsistent , not working.

for instance, i'm looking find values

<script> ckeditor.replace( 'editor1', {   skin: 'kama',   codesnippet_theme:'tomorrow_night_dark' } ); </script> 

http://cdn.ckeditor.com/4.4.7/full-all/plugins/codesnippet/lib/highlight/styles/

a link to in ckeditor documentation help, short liner saying copy file name excluding paths , file type suffixes.

reference file name without .css suffix correct string format codesnippet_theme,

the files named inconsistently.

you might think need 'atelier_forest_dark', since 'school_book' works, it's 'atelier-forest.dark' it's 'tomorrow-night-bright' hybrid, available demos not available list of cdn files hosted ckeditor.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -