Skip to content

mcrider/meteor-bootstrap-wysiwyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bootstrap-wysiwyg packaged for Meteor

Resources

Stars

Watchers

Forks

Packages

No packages published