eatgrass / obsidian-pomodoro-timer

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

(Feature Request) Round up instead of Down #61

Open sgicic opened 2 weeks ago

sgicic commented 2 weeks ago

For now, the started minute will not get counted into the log. For example, I start the timer, and stop it after 10 seconds. log.duration will have the value 0, because it rounds down.

I would be very thankful if you could change it to round up any started minute, or at least add an option to do so.