Bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap.
This fork provides code that is commonjs compliant. This can be used with browserify
var $ = require('jquery');
var wysihtml5 = require('../src/bootstrap3-wysihtml5');
$('.textarea').wysihtml5(options);
See examples folder
For advanced usage, goto https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg