steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
663 stars 1.7k forks source link

Add live demo #39

Closed dandv closed 8 years ago

dandv commented 9 years ago

Also requested between the lines in #29.

I'm comparing a bunch of editors and a live demo would help.

steveathon commented 9 years ago

Agreed. We need to add live demos, we will add them on the gh-pages branch. Likewise, in #29 we'll update those to make them work with the updated bower.

codewithtyler commented 9 years ago

This issue can now be closed per PR #54. You can now find the live demo at: http://steveathon.github.io/bootstrap-wysiwyg/

dandv commented 9 years ago

Thanks. The demo doesn't work right now though: I can't type anything, and the console shows http://steveathon.github.io/bootstrap-wysiwyg/bower_components/jquery.hotkeys/jquery.hotkeys.js couldn't load.

codewithtyler commented 9 years ago

That's right, I forget that Jekyll can't handle using Bower libraries. Unfortunately, there is not a CDN anywhere that hosts jquery.hotkeys so I'm in the process of getting it added to cdnjs.com. My PR is here. As soon as it gets merged I'll update the site with the link to the new CDN file.

dandv commented 9 years ago

JSDelivr might make it easier to get the library on its CDN?

codewithtyler commented 9 years ago

Thanks @dandv I'll see about getting it added to that as well. If all goes well the demo might be updated sooner than expected.

codewithtyler commented 9 years ago

I've added a PR for JSDelivr as well. Hopefully we'll get things worked out soon and I'll be able to update the site.

codewithtyler commented 9 years ago

This has been fixed. It can now be closed.