links to issues lose the anchor portion of the href
See original GitHub issueIf I visit my notifications page and see that I have a notification linking to a specific comment on a PR, it will have a url like https://github.com/owner/repo/pull/123#issuecomment-456
, with #issuecomment-456
being the anchor pointing to the specific comment. However, clicking on this notification in Gitify will open a browser tab to https://github.com/owner/repo/pull/123
, missing the anchor pointing to the comment.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:10
- Comments:6 (2 by maintainers)
Top Results From Across the Web
anchor link issues - Stack Overflow
I set the anchor links above the headers for each section but the anchor links keep dropping me below the headers.
Read more >Links in HTML documents - W3C
A link has two ends -- called anchors -- and a direction. The link starts at the "source" anchor and points to the...
Read more >How to Fix Internal Link Anchor Text Issue - Sitechecker
If an external link has missing anchor text, there is an issue. It can hurt the page's search engine ranking and display on...
Read more >308064 - Following an on-page anchor link loses the focus
In Mozilla 1.8a5, neither of these happen: the focus is lost and the address bar stays on the second anchor. Reproducible: Always Steps...
Read more >Anchor links do not work - Confluence - Atlassian Community
Clicking on the link NEVER takes me to the anchor location. ... them to read some information... they will be lost on what...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lgeiger That would make sense but unfortunately it’s still a url to the api (not an
html_url
) so have to check all types of notifications and see whether they are returning this field etc. Will investigate further - it is a nice idea!@frapontillo That is exactly what we need - I had a look on the GraphQL API and it looks promising but it is currently missing
notifications
. Was informed that they GitHub team is planning to include notifications at some point so fingers crossed!That would be great but it is not possible with the current Github API. Currently to achieve that we will have to make another request for each notification (if there are 50 notifications - that means 50 more requests). The reason this doesn’t work one is here. I’ve just sent an email to GitHub regarding adding an
html_url
field for thesubject
of each notification. Fingers crossed!