Hi, Miguel, thank you so much for your work! I've been working on the exact same plugin, down to the same details but haven't quite had the time to finish it, so I'm glad to have found yours. Upon reading your blog article I realized we have the same pain points and philosophy for a pomo solution inside Obsidian, so I love the way you implemented everything all nicely together. I've been using this 10+ year old firefox extension, and the constant context-switching was a real issue.
I personally don't use long breaks, only short ones (50 min pomo, 10 min break), so I'd love if there was an option to disable the "intervals before long break" and the accompanying "long break duration". That way I wouldn't have to cycle over the long break each time when using middle mouse click on the status bar.
If you don't mind, I'd also like to share my list of the few most commonly requested features in pomodoro trackers/timers I identified while doing research:
-
displaying the interval count next to the timer in the status bar, which I got from Pomotroid. This helps users keep track of how long before their long break
-
auto-start, not just auto cycle. This means when the timer finishes the current work/break, it not only cycles to the next one, but also starts it automatically and immediately as well
-
stats with visualization like how the firefox extension I linked above does it, using charts.js. This could be done by storing a key-value pair of date:pomodoro_sessions_completed in the plugin's data.json
What do you think of these features? I'm interested in helping them bring to life if you feel like they would be useful additions, although I can't give an ETA unfortunately.
Hi, Miguel, thank you so much for your work! I've been working on the exact same plugin, down to the same details but haven't quite had the time to finish it, so I'm glad to have found yours. Upon reading your blog article I realized we have the same pain points and philosophy for a pomo solution inside Obsidian, so I love the way you implemented everything all nicely together. I've been using this 10+ year old firefox extension, and the constant context-switching was a real issue.
I personally don't use long breaks, only short ones (50 min pomo, 10 min break), so I'd love if there was an option to disable the "intervals before long break" and the accompanying "long break duration". That way I wouldn't have to cycle over the long break each time when using middle mouse click on the status bar.
If you don't mind, I'd also like to share my list of the few most commonly requested features in pomodoro trackers/timers I identified while doing research:
displaying the interval count next to the timer in the status bar, which I got from Pomotroid. This helps users keep track of how long before their long break
auto-start, not just auto cycle. This means when the timer finishes the current work/break, it not only cycles to the next one, but also starts it automatically and immediately as well
stats with visualization like how the firefox extension I linked above does it, using charts.js. This could be done by storing a key-value pair of date:pomodoro_sessions_completed in the plugin's data.json
What do you think of these features? I'm interested in helping them bring to life if you feel like they would be useful additions, although I can't give an ETA unfortunately.