Cronjob to create tasks

In my current todo management tool, I generate recurring tasks via a cronjob that appends to my todo.txt file.
Is there a way for me to interact with either the gui or the CLI version via script so that I can have my daily todo’s generated automatically?

Note: here is an example of one of the cronjobs here

1 Like

Yep, have a look at https://joplinapp.org/api/

1 Like

Bte, check the #apps category. There’s python and perl wrapper for the api.

1 Like

Thank you!

You’re welcome.