Skip to content
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

Prevent YouTube icons from opening source image. #15

Closed
bytecauldron opened this issue Feb 22, 2024 · 1 comment
Closed

Prevent YouTube icons from opening source image. #15

bytecauldron opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@bytecauldron
Copy link
Owner

bytecauldron commented Feb 22, 2024

Not a huge deal but might be worth fixing. The point of the YouTube icon is to differentiate links to libraries vs. videos. However, you can click on the icons right now to directly display the source image, which is sort of pointless. I'm considering just wrapping the image in a empty markdown # link, like so:

[![](https://github.com/bytecauldron/awesome-gamemaker/raw/main/icons/youtube.png)](#)

This wouldn't open a link but it would definitely bring you to the top of the page. So, not a perfect solution by any means. I might vertically align the icons with the text as well, but one thing at a time.

@bytecauldron bytecauldron self-assigned this Feb 22, 2024
@bytecauldron bytecauldron added the enhancement New feature or request label Feb 22, 2024
@bytecauldron bytecauldron added the wontfix This will not be worked on label Apr 23, 2024
@bytecauldron
Copy link
Owner Author

Due to how markdown files work and how GitHub presents .md files, I don't think there is a succinct way to fix this. I may return to it if this continues to bother anyone besides myself lol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant