-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
[FR] Custom Date Format #94
Comments
I think it is not that straightforward... Both ideas need to be implemented I beleive, simply adding {{month}} will only output the current month. But then what happen when you want to template other dates than the current one? So we should have a config for the datetime_format (default would be |
I definitely would like to find a way for setting up custom templates, especially quarter and monthly notes, I like your suggestions @lambtho12! |
I think that it would be nice to completely separate the template stuff in a separate file (already discussed here). This might facilitate PRs and community improvements. People have lots of interesting ideas, often quite simple to implement (like In my opinion when it comes to templates and snippets like that, the more we have, the better. We could also have stuff not directly related to time, such as |
Closing this as it is now possible to use |
Please confirm
Is your feature request related to a problem? Please describe.
I think it will be nice to allow the users to specify date format. For example, I prefer to have timestamp in this format: 20220217.
Describe alternatives you've considered
Or at least provide template for {{month}}, {{dayOfMonth}} so we can customize the date format ourselves.
The text was updated successfully, but these errors were encountered: