platzimaster-deprecated
platzimaster-deprecated copied to clipboard
[ISSUE] modify file naming convention by month + day (ISO 8601)
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
- 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.
- 1501 -> Enero 15
- 0702 -> Febrero 7
- 1502 -> Febrero 15
- 0108 -> Agosto 1
- 1508 -> Agosto 15
Expected result
This form is better than the previous one: 2. Use the follow convention: month+day-slug = 0309-hello-world.md
- 0115 -> Enero 15
- 0207 -> Febrero 7
- 0215 -> Febrero 15
- 0801 -> Agosto 1
- 0815 -> Agosto 15
Possible Fix
Change positions of numbers representing day + month by month + day