Skip to content

[ISSUE] modify file naming convention by month + day (ISO 8601) #12

@jhnemogap

Description

@jhnemogap

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

  1. 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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions