Create automatically daily journal note #3255
Answered
by
zadam
davidszerman
asked this question in
Q&A
-
Hello, I would like the "today" note to be created automatically everyday. I think it is related to this wiki page : https://github.com/zadam/trilium/wiki/Events How should it work ? Add #run="daily" or #run="???Startup" Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
zadam
Oct 28, 2022
Replies: 1 comment 1 reply
-
I would put api.getTodayNote(); // will create if doesn't exist
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidszerman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would put
#run=hourly #run=backendStartup
with JS backend note:#run=daily
runs at unspecified time during the day, so may be too late.hourly
should be better.#run=backendStartup
will make sure immediately after startup that today's note exists