Skip to content
Discussion options

You must be logged in to vote

I would put #run=hourly #run=backendStartup with JS backend note:

api.getTodayNote(); // will create if doesn't exist
  • #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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidszerman
Comment options

Answer selected by davidszerman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants