sindresorhus/refined-github
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Linkify usernames in issues created from discussions #4854
kidonng posted onGitHub
Description
When you click the "Create issue from discussion" link in a discussion, GitHub creates an reference issue with some additional markup:
As you can see the username is just ordinary text, so it doesn't get a link:
We may linkify the username ([type="discussions-op-text"] > p:first-child > sup:first-child strong
), possible question: is it important enough?
Maybe this could be an extension to linkify-user-edit-history-popup
(and rename that feature to something like linkify-usernames
, not sure)
Screenshot
No response