Feature Request: Allow date formats in folder names
See original GitHub issueI’m revamping how I do my daily notes (again) and considering using this plugin in conjunction with the Folder Note plugin to create hierarchical folders like the following:
- 01 journal/
- YYYY/
- MM/
- MM.md
- ww/
- ww.md
- DD.md (This structure isn’t final, but also is only provided as an example, anyway)
- MM/
- YYYY/
When I attempt to add a /
character into the format to try and create this structure (for example, a daily note format of YYYY/MM/ww/DD
it will tell me that I’ve used an invalid character. Indeed, if it did accept the character, it would probably fail because it’s not making the folders.
So my request is to either specifically cater for the /
in the format and create all the intermediate folders or otherwise allow formatting in the ‘Note Folder’ option (which also caters for creating intermediate folders)
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
[Feature Request] filename as date format · Issue #582 - GitHub
I want to add save option to save filename with date format (manually or pre-formatted), to prevent typo and make ease to manage...
Read more >Best Practices for Naming Files - Excel Campus
Bottom Line: Learn techniques for naming data files that contain the same structure to organize and sort files by name and/or date.
Read more >SharePoint Online: How to Change Date Format to "DD/MM ...
Let's see how to set the date format for SharePoint Online or OneDrive sites: Open your SharePoint site in the web browser. Click...
Read more >Pocket's Top Feature Requests
Below is a list of some of the most popular feature requests that we have implemented. We're hoping that this working document will...
Read more >Organize your notes in folders on iPhone - Apple Support
Change the folder view: Choose View as Gallery or View as List. · Group the notes by date: Tap Group By Date, then...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, fixed the validation errors in v0.0.4. Should be good now
I was considering doing that anyway, but thanks for the heads up on that. Saves me figuring it out the hard way later.