A simple, clean and elegant WYSIWYG rich text editor for web aplications
Note: Check out the fully functional demo and examples here.
Prerequisites: jQury-Notebook's default styling uses FontAwesome draw the icons on the context bubble. You can download FontAwesome here or link to the CDN.
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="src/js/jquery.notebook.css">
<script type="text/javascript" src="src/js/libs/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="src/js/jquery.notebook.js"></script>
<div class="my-editor"></div>
$(document).ready(function(){
$('.my-editor').notebook();
});
That's it!