mcrider:bootstrap-wysiwyg

v0.1.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

bootstrap-wysiwyg for Meteor

This is a simple port of bootstrap-wysiwyg for Meteor. Thanks to the MindMup guys for their excellent editor!

###How to use?

  1. Install meteorite
  2. mrt add bootstrap-wysiwyg
  3. Transform something into an editor by calling $('#editor').wysiwyg(); (e.g. in a template's rendered callback)
  4. Make sure you've styled your wysiwyg object (e.g. add CSS styling for #editor; See lib/index.css for an example)
  5. Also make sure you've setup a toolbar for your editor. lib/index.html contains an example, but check out the official readme for more info.
  6. See bootstrap-wysiwyg's official page for more help with setup options.