-
Notifications
You must be signed in to change notification settings - Fork 39
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
Implement changenow section #825
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Does this use the API key for Jsgenesis? |
We def. need a way to link explicitly to this section, is that possible? |
I believe so. The code snippet for the widget was given to me by @WRadoslaw. It uses the following id (which I think is the relevant part):
Certainly! At the moment to link to this section we append |
Ok great, but can we add like a button or something, which allows someone to copy a link to the section? I know the people manning our chats and so on would have an easier time providing assistance to people with that. |
We could add a button or similar, but I have some reservations with regards to it. The id approach is also used for other sections on the page without issues and they also don't have any buttons for this (examples: If you still want to go for it then I'll add it 👍 |
ok, but how will people keep track of and learn waht the links are for each section? |
Up until now, it's only been a handful of people that have needed it (tomato, Dmitry, HR workers), and usually, if they needed a link to a section they'd ask if there is one, if not I created them. This approach is also the standard way to link to different parts of pages across the web so I don't think people would be unfamiliar with it either (example: https://en.wikipedia.org/wiki/Blockchain#Blocks). |
This PR aims to implement the changenow section outlined here: #794
Note: