sorich87 / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
http://bootstraptour.com
MIT License
4.44k stars 940 forks source link

Decaf anyone? #483

Closed ducu closed 8 years ago

ducu commented 9 years ago

Hi guys, is there a JavaScript only fork of Bootstrap Tour? I would contribute to that, and probably others would as somebody else mentioned.

I'm working on some redirect (hash only) and backdrop issues and I will fix that in my local js copy, but CoffeeScript is too much of a downer for me so can't push that back to you.

Thanks anyways, cheers.

btecu commented 9 years ago

Ducule, this project looks like it's not maintained anymore. When I get a chance I'll probably switch to Shepherd or Intro.js. You may want to look into those. http://github.hubspot.com/shepherd/docs/welcome/ https://usablica.github.io/intro.js/

ducu commented 9 years ago

Hey @btecu thanks for the suggestions, I've seen those but I prefer BootstrapTour for the looks. I managed to hack around the issues I had so I'm fine now, cheers.

sorich87 commented 9 years ago

@btecu it's still maintained. I'm just too busy to quickly respond to all issues.

@ducu that's something I've been thinking about, an ES6 version.

ducu commented 9 years ago

@sorich87 That would be good, cheers

lubosdz commented 9 years ago

@sorich87 First of all, this is a great-by design & API library. Thanx a lot for it.

Unfortunately, the library still has some issues and they make it less usable. It's not really necessary to respond to all comments and review all issues, but perhaps reviewing and merging PRs would help a lot to speed up fixing stuff. PRs are usually already fixed and tested, can be merged within a while.

For those interested in "decoffeeing" - just copy & paste file: https://github.com/sorich87/bootstrap-tour/blob/master/src/coffee/bootstrap-tour.coffee into section "Try Coffee Script" at http://coffeescript.org/ into left window. Coffee script will be instantly automatically converted into valid javascript.