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'srendered
callback) - Make sure you've styled your wysiwyg object (e.g. add CSS styling for
#editor
; Seelib/index.css
for an example) - 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. - See bootstrap-wysiwyg's official page for more help with setup options.