Calendar for the tasks plugin

Hello everyone. I wrote a dataviewjs code to render a calendar for the tasks plugin. It displays tasks with a due date :date: and the #task tag. When you hover over the mouse (or tap in the mobile app), a popup appears showing the tasks for that day. You can also mark them as completed or go to the note from there. It interacts well with tasks, catching events, and can, for example, create a new recurring task.


Here’s the code I uploaded: https://share.note.sx/kzlthbn5#bsDfLHGsojDf9LZK2vJ9YMJwsN44yFzfrhxdONOlcgM

9 Likes

Love it! Added to my daily template

Thank you! I’m glad you found the dataviewjs code useful, especially the hover-over popup and recurring tasks features.