Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Time Recorder

LouieLouie120 downloads

Track time with two-click punch-in. Daily summary and timeline back-fill, all stored as Markdown.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

An Obsidian plugin for two-click time tracking. Punch in what you're doing right now, back-fill missed segments on a 24-hour timeline, and get live daily / weekly / monthly summaries. All your data lives in your own Markdown files. Desktop and Android from a single codebase; the UI is available in English / 简体中文 / 日本語 / 한국어 — following Obsidian's interface language by default, with a manual override in settings.

让你两次点击就能完成一次打卡的 Obsidian 时间记录插件。实时打卡、在 24 小时时间轴上补录漏掉的时段、自动生成今日 / 本周 / 本月汇总。所有数据都保存在你自己的 Markdown 文件里。桌面端与安卓端同一套代码,界面支持简体中文 / English / 日本語 / 한국어四种语言——默认跟随 Obsidian 界面语言,也可在设置中手动选择。

Features · 功能

  • Two-click punch-in — open the grid, tap a category (or type a custom activity); the previous segment auto-closes. 两次点击打卡:打开九宫格点一下分类(也可输入自定义活动),上一段自动收尾。
  • Timeline back-fill — tap a gap on the 24-hour timeline to add a segment, tap a block to edit or delete; drag edges to resize on desktop. 时间轴补录:在 24 小时时间轴上点空隙补录、点色块编辑或删除,桌面端可拖动边缘调整时长。
  • Live summaries — today / week / month breakdown by category with prev/next navigation; copy as a Markdown table. 实时汇总:今日 / 本周 / 本月按分类统计、支持前后翻页,可一键复制为 Markdown 表格。
  • Monthly heatmap — a calendar under the month summary: green depth = hours recorded that day, tap a cell for details. 月热力图:月汇总下方的月历视图,绿色深浅代表当天记录时长,点按查看详情。
  • ⚡ Flash note — jump straight to the end of a chosen note from the punch-in grid, cursor ready to type. 闪记:从打卡面板一键跳到指定笔记末尾,光标就位、直接输入。
  • Undo & status — one-tap undo for the latest punch; the status bar (desktop) or ribbon tooltip (Android) shows what's in progress. 撤销与状态:最近一次打卡可一键撤销;状态栏(桌面)/ 功能区提示(安卓)显示进行中的活动。
  • Your categories, your data — add / rename / remove categories and keywords in settings, restore defaults anytime. On a language switch, default categories you never modified follow the new language (keyword bridging keeps old records correctly categorized), while categories you added or edited are kept as-is. 分类即数据:在设置里增删改分类与关键词、随时恢复默认。切换界面语言时,未修改过的默认分类自动跟随新语言(关键词桥接让旧记录照常归类),你新增或修改过的分类原样保留。
  • Data safety — a corrupted settings file falls back to defaults with an automatic backup and a plain-language notice. 数据安全:设置文件损坏时自动回退默认值、备份坏文件,并用明白话提醒你。

Installation · 安装

Obsidian → Settings → Community plugins → Browse → search "Time Recorder" → Install → Enable.

Obsidian → 设置 → 第三方插件 → 浏览 → 搜索 "Time Recorder" → 安装 → 启用。

Android sync tip · 安卓同步提示: Obsidian Sync does not sync community plugins by default — turn on Sync → Sync configuration → Installed community plugins on both devices. Obsidian Sync 默认不同步第三方插件,请在电脑和手机两端同时开启「同步 → 同步配置 → 已安装的第三方插件」。

File format · 数据格式

One Markdown file per day, one line per segment / 每天一个 Markdown 文件,每行一段:

- [ ] 08:30 - 10:00 学习obsidian

An end time of ing means the segment is still open. Categories are inferred from the activity name at read time and are never written into the file — your history stays plain, portable Markdown, and hand-written records in this format just work.

结束时间 ing 表示该段仍在进行中。分类在读取时由活动名推断、不写入文件——历史记录始终是纯粹、可迁移的 Markdown,手写的同格式记录也能直接识别。

Version history · 版本记录

  • 1.0.6 (2026-07-24) — Monthly heatmap under the month summary; the punch-in grid now fits phones on one screen. 新增月热力图;手机端打卡面板一屏显示。
  • 1.0.5 (2026-07-23) — Language setting: the UI now supports Simplified Chinese, English, Japanese and Korean; unmodified default categories follow the language automatically. 新增界面语言设置,现支持简体中文、英语、日语、韩语四种语言;未修改的默认分类自动跟随语言。
  • 1.0.4 (2026-07-22) — ⚡ Flash note: jump to the end of a chosen note from the punch-in grid. 新增闪记:从打卡面板一键跳到指定笔记末尾。
  • 1.0.3 (2026-07-15) — "Restore default categories" bridges languages, so pre-switch records still categorize correctly. 「恢复默认分类」支持跨语言桥接,切换语言前的记录照常归类。
  • 1.0.2 (2026-07-15) — Bilingual UI following Obsidian's interface language. 界面双语化,跟随 Obsidian 界面语言。
  • 1.0.1 (2026-07-15) — Compliance fixes from community review; automated CI releases. 社区审核合规修复;CI 自动发版。
  • 1.0.0 (2026-07-15) — Initial release: grid punch-in, timeline back-fill, summaries, undo, data guard. 首发:九宫格打卡、时间轴补录、汇总、撤销、数据守卫。

Full changelog · 完整日志:CHANGELOG / Releases

License

MIT

HealthExcellent
ReviewSatisfactory
About
Record time with two clicks using a modal punch-in that auto-closes the previous segment and lets you add custom activities grouped by category. Back-fill and edit segments on a 24-hour timeline, view live daily/weekly/monthly summaries (copy as Markdown), and keep all data in plain Markdown files across Desktop and Android.
Project managementCalendar
Details
Current version
1.0.6
Last updated
2 weeks ago
Created
3 weeks ago
Updates
7 releases
Downloads
120
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
LouieLouielouie-vibecoding
GitHublouie-vibecoding
  1. Community
  2. Plugins
  3. Project management
  4. Time Recorder

Related plugins

Operon

Task and project management system that unifies inline tasks and file-based tasks in the same workflows with Tables, Filters, Calendar planning, Kanban boards, pinned tasks, and time tracking.

TaskChute Plus

Execute TaskChute that slots today's tasks, tracks projects, adds comments, and keeps you focused on now.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Tracker

Track occurrences and numbers in your notes.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!

Project Manager

Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.

LifeOS

Life management system.