Rename all images and remove stale images for better quality.
See original GitHub issueIs your feature request related to a problem? Please describe.
A lot of the images are named like ooaOAeu.png
or qEIaiam.png
. It would be better if they had names like sample-embed.png
and avatar-cmd-demo.png
. Some other images in the repo are extremely out of date like this one and this one.
Describe the solution you’d like
I’d like the images to be renamed to something related and meaningful instead of random characters. I’d also like it if the outdated (unused) images are removed/replaced as necessary.
Additional context This will be added as an addition to #576 if approved.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How to Change a Batch of File Names at Once
To rename a folder of loose photos all at once on a Windows computer, open that folder and select all the images inside...
Read more >How to batch rename multiple files on Windows 10
In this guide, we'll show you the different ways to rename one or many files in bulk using File Explorer, PowerShell, Command Prompt, ......
Read more >How to Rename Images and Media Files in WordPress
We hope this article helped you learn how to easily rename images and media files in WordPress.
Read more >How to batch rename images on Windows, Mac and Linux - Sirv
You can batch rename images in Windows by selecting (Shift+click or Ctrl+click to select several files; Ctrl+A to select all) and pressing right-click...
Read more >26 Best Photo Organizer Software and Apps of 2022 - Pixpa
Imagine doing this for a month; you will have thousands of images. So, culling out the best few photos effectively from that list...
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 Free
Top 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
RMv88.png can be turned into
<discord-embed>
components, here’s a complete example of how to use it.Okay, so I’ve managed to sort out all images into the respective folders. I’ve also added an
images
folder to every category.However, some images remain.
Some of these, are obviously, the outdated ones.Others likediscord-js-avatar.png
are related to other Vue.js files.Yet others are files that have been replaced with the Vue.js made Custom Discord Layout like
RMv88.png
.What do I do with these?
EDIT: I’ve moved the images that relate to Vue.js to the
.vuepress/assets
folder that I created. This will be a better place to add assets for future additions. I’ve also deleted the outdated ones.