Open flamedfury opened 7 months ago
@flamedfury I see how this would be helpful considering the configuration of your site. However, I think this runs the risk of complicating things a bit. I could enable adding the date to the file name in the format you use, but then someone else would want it in a different format.
I guess I could add an option to enable it then let users set the date format mm, mmm, dd, yy, yyyy. There's likely a library out there that would make this easy.
I'm not in a rush do implement something like this. I'll give it some thought and may get to it. Keep in mind that you can always implement it and submit a PR.
Why don't you make a proposal for how you would like to see this work configuration-wise so we can start a dialog around it.
What problem are you trying to solve with this feature? My project uses the filename formatting
/src/posts/2024/2024-04-11-post-title.md
Describe the solution you'd like An option that can be set to create the filename based on the date and title properties
Describe alternatives you've considered Currently creating the post as normal and changing the filename with the date :)