question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow readme text to be clicked on profile page

See original GitHub issue

It would be useful if the readme.md text displayed as the file path on readme profile pages linked to view it directly. Applies to pages which match this regex: https:\/\/github.com\/.+\/$ and contain the #js-pjax-container > div.container-xl.px-3.px-md-4.px-lg-5 > div > div.flex-shrink-0.col-12.col-md-9.mb-4.mb-md-0 > div:nth-child(2) > div > div.Box.mt-4 element.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kidonngcommented, Aug 13, 2020

I wrote a really simple user script, which just appends #readme to the repository link. I don’t think it is necessary to add a separate link just for the README.

1reaction
fregantecommented, Aug 11, 2020

This is a 3-line feature, so it can be implemented as a GitHub shortcoming fix

const link = select('.user-profile-nav + div .octicon-smiley + a');
while (link?.nextSibling) {
  link.append(link.nextSibling)
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing your profile README - GitHub Docs
Above the right sidebar, click Edit README. Button to edit README file. The generated README file is pre-populated with a template to give...
Read more >
How to Create an Impressive GitHub Profile README - SitePoint
Creating a GitHub Profile README · Click on + icon at top right of the page and select New Repository. GitHub Create Repository...
Read more >
How To Create An Amazing Profile ReadMe With GitHub Actions
Become A VS Code SuperHero Today: https://vsCodeHero.com Get FREE AI-powered code completions from Kite: ...
Read more >
Handbook Markdown Guide - GitLab
On this page. Markdown Style Guide for about.GitLab.com. Blog. Headings; Paragraphs, breaks, and horizontal lines. Wrapping Text.
Read more >
GitHub Profile README - Happy Coding
Commit your changes by typing a message in the text box and then clicking the Commit to main button. Push your changes by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found