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
If we want to find a file in name order, it is a good idea to use the ISO 8601 convention to name files when the start is a date (partial or full).
In the readme.md is written
Use the follow convention: day+month-slug = 0903-hello-world.md
This causes that when ordering the files there is no coincidence with the creation date, even when these have numbers.
This form is better than the previous one: 2. Use the follow convention: month+day-slug = 0309-hello-world.md
Change positions of numbers representing day + month by month + day
The text was updated successfully, but these errors were encountered:
gndx
No branches or pull requests
Context
If we want to find a file in name order, it is a good idea to use the ISO 8601 convention to name files when the start is a date (partial or full).
Process
In the readme.md is written
This causes that when ordering the files there is no coincidence with the creation date, even when these have numbers.
Expected result
This form is better than the previous one:
2. Use the follow convention: month+day-slug = 0309-hello-world.md
Possible Fix
Change positions of numbers representing day + month by month + day
The text was updated successfully, but these errors were encountered: