We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the hosted version, it'd be very helpful if there were an option to zero-pad the file names based on seconds times so that they sort correctly.
i.e. instead of:
0.png 10.5.png 5.5.png
they came out as:
00.0.png 05.5.png 10.5.png
I guess you'd have to work out the longest number of digits needed before and after the decimal point and pad to that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the hosted version, it'd be very helpful if there were an option to zero-pad the file names based on seconds times so that they sort correctly.
i.e. instead of:
they came out as:
I guess you'd have to work out the longest number of digits needed before and after the decimal point and pad to that.
The text was updated successfully, but these errors were encountered: