mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 841 forks source link

Specify that this plugin requires "jquery.hotkeys"!!! #157

Open FezVrasta opened 10 years ago

FezVrasta commented 10 years ago

I've lost about 1 hour trying to figure out why this plugin was not working in my project just to discover that "jquery.hotkeys.js" needs to be loaded manually.

Please add this information in the documentation :\

eusonlito commented 10 years ago

There are a "Dependecies" section into documentation https://github.com/mindmup/bootstrap-wysiwyg/#dependencies

cpayne22 commented 10 years ago

+1 for this. Maybe some sort of check so that it doesn't fail silently if hotkeys is missing??