Weekly notes name template #315
-
Hi, first of all, thanks a lot for this amazing productivity booster I'm truly enjoying using it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It depends what you want exactly, but you can use a third-party shell command to generate the filename. For example using the filename = "{{sh 'date +%A'}}"
This is already the default behavior of |
Beta Was this translation helpful? Give feedback.
-
for future visitors, this idea is written here in more detail: |
Beta Was this translation helpful? Give feedback.
It depends what you want exactly, but you can use a third-party shell command to generate the filename. For example using the
date
terminal command:This is already the default behavior of
zk new
with the--no-input
flag. If the filename already exists, then it is opened instead of overwriting it.