This would allow things like linking to a specific heading in the tutorial, for example.
You could also make the hash accessible to the generator app. (I don’t know if the url is already available.)
This would allow things like linking to a specific heading in the tutorial, for example.
You could also make the hash accessible to the generator app. (I don’t know if the url is already available.)
Okay cool. I know you can use window.location.hash in JS, I just don’t know what parts are accessible to generators and what’s locked off is all. :D
Main thing is, making the has work in the first place.