obsidian-pomodoro-timer icon indicating copy to clipboard operation
obsidian-pomodoro-timer copied to clipboard

Long break

Open broigm opened this issue 10 months ago • 2 comments

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

broigm avatar Apr 11 '24 15:04 broigm