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

When there are too many pictures in an article, such as 30, they cannot be effectively renamed. #78

Open
Anber55 opened this issue Oct 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Anber55
Copy link

Anber55 commented Oct 25, 2023

Question one:
The format I use is {{file Name}} - {{DATE:YYYY MM DD HH mm ss}}, with a progressive serial number in front, 1 - 2 - 3 -
When using a command to rename all the pictures in an article, when there are many pictures, it is basically impossible to rename effectively, and 1 - 1 - 1 - 2 - 2 - 3 - 4 - 5 - 6 - 6 - will appear. ..., and the subsequent time display is basically the same. It may be normal after many commands, and sometimes it cannot be displayed normally in the end.

Question two:
When the time is displayed as {{DATE:YYYY MM DD HH mm ss}}, the previous serial number can be incremented normally (- 1 - 2 - 3...)
But when the time is displayed as {{DATE:YYYY MM DD HH mm ss SSS}}, the serial number can only be displayed repeatedly (- 1 - 1 - 1...)

Suggestion one:
It is hoped that when renaming different image formats (such as jpg, png), the previous serial numbers will increase uniformly (- 1png - 2png - 3jpg - 4png...) instead of being divided into 2 categories (- 1png - 2png...) - 3jpg - 4jpg...)

Suggestion two:
I hope to be able to achieve global renaming, that is, rename the pictures in all articles uniformly, because I imported them from Bear, and it is too tiring to rename thousands of articles one by one.
The above are some small suggestions and questions I have during use. I hope I can optimize them. Thank you, boss.

@Anber55 Anber55 added the bug Something isn't working label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant