An Obsidian.md plugin that help to keep track of time spent on different tasks.
Download zip archive from GitHub releases page and extract it into <vault>/.obsidian/plugins
directory.
Add this code block where you want to show the timer widget:
```timetracker
example-identifier
```
Interact with timers, start, pause, resume, delete:
When a timer is saved the tracked amount of time can be approximated to the closest 5/10/15 minute, this configuration can be changed in settings page.
You can also use commands to interact with timer in the same way as the UI:
Also creating a new timer (will also pause other running timers):
When you use the stop action for a timer it will be deleted from the list of timers and saved into a configurable "storage file":
The plugin will create an title header for each day:
This plugin is compatible with Jira Issue and Redmine Issue widgets.
With these plugins you will be able to save timers to a remote system like Redmine or Jira.