Based on Google code-prettify the summernote code highlighting plugin
- Include summernote project script
- Include Font Awesome
- Include the script tag below in your document
<script src="http://your domain/summernote-ext-highlight.js"></script>
- Configuration summernote toolbar
$('.summernote').summernote({
height: 200,
tabsize: 2,
// close prettify Html
prettifyHtml:false,
toolbar:[
// Add highlight plugin
['highlight', ['highlight']],
],
lang:'zh-CN'
});
- Email: yanlong.hee#gmail.com
- Twitter: https://twitter.com/YanlongHe
- Website: https://notes.yanlong.me/
summernote-ext-highlight may be freely distributed under the MIT license.