rmcgibbo / slidedeck

Beautiful HTML5 slides in markdown. A easy-to-use fork of the google-io-2012 slide deck
317 stars 47 forks source link

link to specific slide #22

Closed razum2um closed 9 years ago

razum2um commented 10 years ago

is it possible to change location.hash to point on specific slide?

rmcgibbo commented 10 years ago

Currently it's not, but that would be a good feature to add. Currently navigation between slides doesn't hashes at all. We'd also want to support the browser back/forwards I think.

rmcgibbo commented 10 years ago

Give this a try now, with the current master. The location hash should be moving.

razum2um commented 10 years ago

:heart: :green_heart: :blue_heart: :yellow_heart: :purple_heart:

razum2um commented 10 years ago

BTW, demo on http://htmlpreview.github.io/ is broken as

js/require-1.0.8.min.js' because its MIME type ('text/plain') is not executable
js/slides.js' because its MIME type ('text/plain') is not executable

try to use

https://rawgit.com/rmcgibbo/slidedeck-example/master/js/require-1.0.8.min.js
https://rawgit.com/rmcgibbo/slidedeck-example/master/js/slides.js
rmcgibbo commented 10 years ago

Good spot. Thanks!

kyleabeauchamp commented 9 years ago

@rmcgibbo looks both of these issues got fixed, right?

rmcgibbo commented 9 years ago

yeah.