meteor-bootstrap-wysiwyg
meteor-bootstrap-wysiwyg copied to clipboard
Bootstrap-wysiwyg packaged for Meteor
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?
- Install meteorite
mrt add bootstrap-wysiwyg- Transform something into an editor by calling
$('#editor').wysiwyg();(e.g. in a template'srenderedcallback) - Make sure you've styled your wysiwyg object (e.g. add CSS styling for
#editor; Seelib/index.cssfor an example) - Also make sure you've setup a toolbar for your editor.
lib/index.htmlcontains an example, but check out the official readme for more info. - See bootstrap-wysiwyg's official page for more help with setup options.