/Meteor-bootstrap-wysihtml5

This is a simple port of bootstrap-wysihtml5 for Meteor.

Primary LanguageJavaScript

bootstrap-wysihtml5 for Meteor

This is a simple port of bootstrap-wysihtml5 for Meteor.

###How to use?

  1. Install meteorite
  2. mrt add bootstrap-wysihtml5
  3. Transform a textarea into an editor by calling $('.textarea').wysihtml5(); eg. in the template .rendered callback.
  4. See bootstrap-wysihtml5's official page for more help with setup options.