Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 514 Bytes

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.