eatgrass / obsidian-pomodoro-timer

A pomodoro timer that helps manage your daily focus
MIT License
92 stars 5 forks source link

Long break #47

Open broigm opened 2 months ago

broigm commented 2 months ago

It's great, but isn't it necessary to add the long break time? If I recall correctly, in the Pomodoro technique, short breaks (5min) are used between work intervals, and a long break (15min) is taken every 4 cycles. Also, I would like it to focus on tasks with today's due date instead of open tasks.

 TASK FROM "Daily_Notes" WHERE !completed AND !checked AND due = this.file.cday SORT due asc GROUP BY file.link

or

not done
due today
ChrisKolan commented 2 months ago

Long breaks are an integral part of this technique. It would be great to add this feature.

Slava-Nik commented 1 month ago

Yes, long breaks are important. It would be great to have them