Super simple WYSIWYG Editor using Bootstrap.
Summernote is a javascript/jquery library that helps you create WYSIWYG editors online.
Features
Summernote has a few special features:
- Paste images from clipboard
- Saves images directly in the content of the field using base64 encoding, so you don't need to implement image handling at all
- Simple UI
- Interactive WYSIWYG editing
- Handy integration with server
Example
$('.summernote').summernote({
// Custom properties
height: 100,
toolbar: false,
placeholder: '',
hint: {}
});
<div class="summernote">summernote 1</div>