Looks super slick, but worth noting there are open source alternatives. For example: http://jhollingworth.github.com/bootstrap-wysihtml5/ This a bootstrap wrapper around the wysihtml5 project: https://github.com/xing/wysihtml5
wysihtml5 just doesn't work well, is missing a ton of features and the developer isn't really spending much time fixing issues with it. 71 open issues and 11 pull requests isn't a good sign imho.
For bootstrap-wysihtml5, I had to override quite a bit of the insert link functionality to get it to do some basic stuff with regards to handling the modal, focus and enabling/disabling buttons if things change. https://gist.github.com/3889641