This is a simple port of bootstrap-wysihtml5 for Meteor.
###How to use?
- Install meteorite
mrt add bootstrap-wysihtml5
- Transform a textarea into an editor by calling
$('.textarea').wysihtml5();
eg. in the template.rendered
callback. - See bootstrap-wysihtml5's official page for more help with setup options.