Skip to content
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

update template variable replacement docs to include week number #397

Merged
merged 1 commit into from Feb 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion vault/dendron.topic.templates.schema-template.md
Expand Up @@ -28,6 +28,7 @@ Full list of currently supported template variables
- For inserting the current date and time:
* `CURRENT_YEAR`: The current year
* `CURRENT_MONTH`: The month as two digits (example '02')
* `CURRENT_WEEK`: The week of the year as two digits (example '17')
* `CURRENT_DAY`: The day of the month as two digits (example '08')
* `CURRENT_HOUR`: The current hour in 24-hour clock format
* `CURRENT_MINUTE`: The current minute as two digits
Expand All @@ -41,4 +42,4 @@ Full list of currently supported template variables
- output
```
Today is 2022.01.04
```
```