-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add screenshots of awesome readmes #1
Comments
👍 I was going to suggest that. |
👍 |
@sindresorhus @cheeaun how would you show the screenshots? Was thinking about a table, and then maybe a cropped screenshot - but looks a little clunky. |
Nah, tables are ugly. Just resize it to a retina thumbnail. |
This would confer the benefit of freezing the README in a point of time. At the moment, it is easy for the README to change such that it might not be awesome anymore. |
You could use the Example
Code* Example without a screenshot - foo
* <details>
<summary>Example with a screenshot - bar</summary>
<img src="https://imgs.xkcd.com/comics/random_number.png">
</details>
* Example without a screenshot - qux |
@deltaidea that sounds like a great idea. Any chance you'd like to submit a PR? |
Sure, maybe later today. Not with all screenshots at once, though, as that's a lot of work. 😄 |
Wait, I just realized that if we want to preserve a particular version of a readme, we could just link to it with current commit in the URL, like this: There're two issues with this approach that are solved by screenshots:
|
@deltaidea Hmm. How about we link to the commit, and show the image as a screenshot? I think that would solve both of the issues, and allow us to content address it. Thank you for helping with this! |
Just to revive this, I've noticed somewhere else that they have users submit an image preview with certain dimensions in addition to a link to their repository. Perhaps we can do something like that? |
Not sure about this, but could be interesting to do.
What do you guys think?
The text was updated successfully, but these errors were encountered: