Automatically copy of open tasks in the dayly note to the next day

What I’m trying to do

I’am using the dayly notes as a to-do-list. All tasks are formatted with the to-do-list paragraph. Finsished tasks appear striked through.
I’d like to have copied all open tasks automatically to the note of the next day while finished tasks remain in the old note. Is there a way to do that?
Thanks in advance for any advice!

Things I have tried

At the moment I do everything manually, but I’d like to have it more convenient.

See Tasks community plugin.

```tasks
folder includes DailyNotes
not done
(tags include tag1) OR (tags include tag2)
hide backlink
# hide edit button
```

You can filter by folder and tags as I have done here. You can possibly use some special filter to filter out too old tasks. My tasks query finds all tasks regardless how old they are. When you edit tasks you can set various metadata like priority. By default “create or edit task” has no hotkey but you can use Alt+T or ⌥T for example. Some users use ⌘T or Ctrl+T.