-
-
Notifications
You must be signed in to change notification settings - Fork 57
feat: make it possible to link to a tab #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This commit makes it possible to link to a tab. For example, https://www.racket-lang.oth/#ide-support would link to the "IDE support" tab. Each tab change will modify the URL so that viewers can copy the link. Furthermore, remove the symlinks community.html and irc-chat.html, and make them redirect to the `#community` tab. Fixes racket#209
This is now ready for review. The staging site is at https://sorawee.github.io/tmp/. |
tested https://sorawee.github.io/tmp/#community |
Tested iOS Firefox passed |
tested google chrome win 10 PASSED |
todo - I am unable to test these
|
I tested this successfully on iOS Safari a while back. |
|
firefox on windows 10 and android work |
@rfindler @mfelleisen: is it OK to merge this? Many people have tested and it seems there's no problem. |
Okay by me to merge.
|
Thanks everyone for testing and feedback! I assume that there will soon be a change related to RacketCon, and my change will be deployed along with the RacketCon change. |
This commit makes it possible to link to a tab. For example,
https://www.racket-lang.org/#ide-support would link to the "IDE support" tab.
Each tab change will modify the URL so that viewers can copy the link.
Furthermore, remove the symlinks community.html and irc-chat.html,
and make them redirect to the
#community
tab.The commit depends on #254.
Fixes #209