Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heyanlong/summernote-ext-highlight

Based on code-prettify the summernote code highlighting plugin
https://github.com/heyanlong/summernote-ext-highlight

highlight-plugin summernote

Last synced: about 10 hours ago
JSON representation

Based on code-prettify the summernote code highlighting plugin

Awesome Lists containing this project

README

        

# summernote-ext-highlight
Based on [Google code-prettify](https://github.com/google/code-prettify) the [summernote](https://github.com/summernote/summernote) code highlighting plugin

## Setup
* Include summernote project script
* Include [Font Awesome](http://fontawesome.io/)
* Include the script tag below in your document
```HTML

```

## Usage
* Configuration summernote toolbar
```javascript
$('.summernote').summernote({
height: 200,
tabsize: 2,
// close prettify Html
prettifyHtml:false,
toolbar:[
// Add highlight plugin
['highlight', ['highlight']],
],
lang:'zh-CN'
});
```
## Contacts
* Email: yanlong.hee#gmail.com
* Twitter: https://twitter.com/YanlongHe
* Website: https://notes.yanlong.me/

## License
summernote-ext-highlight may be freely distributed under the MIT license.