Bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap.
Download:
<textarea id="some-textarea" placeholder="Enter text ..."></textarea>
<script type="text/javascript">
$('#some-textarea').wysihtml5();
</script>