A minimalist time-tracking plugin (vibe-coded, but maybe useful to someone)

I’ve built a small Obsidian plugin that extracts work hours from the timestamp in my daily note headers and generates a few basic graphs plus a monthly summary. It’s intentionally minimal: no tagging system, no guessing, no workflow changes — just reads the timestamps I already write and turns them into a report.

A few clarifications so expectations are clear:

  • The plugin is vibe-coded. It works well for my workflow, but it isn’t architected as a general-purpose or collaborative project.

  • Because of that, I cannot accept PRs. I don’t have the bandwidth to review or maintain external contributions responsibly.

  • I do welcome suggestions, ideas, or discussion — I can integrate small improvements myself, but I want to avoid long-term PR management.

  • I haven’t submitted it to Community Plugins because of the maintenance expectations there.

If you want to try it, the repo is here (written in a link-safe way so the forum doesn’t flag it):
github dot com / dragosboca / timesheet-report-plugin

I’ll edit the post later with a clickable link once my account is allowed to post URLs.

More documentation in the repo