Is your feature request related to a problem? Please describe.
When exiting obsidian without stopping the running timers. The timer will continue to "run". Not really but when obsidian is opened again the timer will continue and because the time is tracked by start and end the time, the time in between will still count.
Describe the solution you'd like
I think the timers should be stopped when the plugin is unloaded (onunload) and the end time should be saved.
Additional context
If this is something the maintainer/others are interested in I would be volunteer to implement it.
Is your feature request related to a problem? Please describe.
When exiting obsidian without stopping the running timers. The timer will continue to "run". Not really but when obsidian is opened again the timer will continue and because the time is tracked by start and end the time, the time in between will still count.
Describe the solution you'd like
I think the timers should be stopped when the plugin is unloaded (
onunload) and the end time should be saved.Additional context
If this is something the maintainer/others are interested in I would be volunteer to implement it.