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

Timelog

eddieeddie516 downloads

Add timestamps to entries under dated headers for lab notebook style logging.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Timelog is an Obsidian plugin designed for lab-style note taking. I keep a single markdown document per project (for example My Project Log), add a dated heading for each work session, and capture new thoughts as bullet points under that heading. Timelog removes the busywork of stamping times and jumping between sections so you can stay focused on the work itself.

The plugin uses your Daily Note settings (if enabled) to match your preferred date format; otherwise it falls back to ISO YYYY-MM-DD.

Core workflow

  • Create or open your running project log note.
  • Add a heading for the current day (use the Start log entry command to insert ## [[YYYY-MM-DD]]).
  • Capture entries as list items; Timelog can automatically prefix them with the current time.
  • Jump back to the latest dated section at any time with Jump to latest log header.

Example snippet:

## [[2024-05-11]] – Undocumented REST API

- **08:45**: Collected notes from the old Confluence page; spotted a missing auth header.
- **09:30**: Sent a `GET /customers/123` request with `X-Legacy-Token`; saved the 401 response.
    - **09:42**: Retried with `Authorization: Legacy token=...`; success, captured JSON body.
- **13:05**: Listed follow-up tests to map the remaining verbs.

Features

  • Time logging helper – Automatically inserts a bold time prefix (default HH:mm) at the cursor while you type bullet points.
  • Start-of-day shortcut – One command drops a new dated heading that matches your daily note format (falls back to ISO YYYY-MM-DD).
  • Latest section navigator – Instantly scrolls to the newest dated heading and positions the cursor on the line below it.
  • Context-aware status bar – Shows “Logging active …s” only when the current note contains a dated heading, and reflects your configured interval.

Commands

Command Description
Start log entry Inserts a new dated level-2 heading (## [[YYYY-MM-DD]]) and places the cursor beneath it.
Jump to latest log header Scrolls to the newest dated heading, ensures there is writing space, and focuses the cursor just below the heading.

Assign hotkeys to these commands in Obsidian’s settings for quick access.

Settings

Open Settings → Community Plugins → Timelog to configure:

  • Minimum log duration – Seconds between automatic timestamp insertions (prevents duplicate prefixes when you stay on one bullet).
  • Log format – Moment.js format string for the timestamp prefix (defaults to HH:mm).
  • Use lists only – Require log entries to be list items before adding timestamps (ideal for bullet-driven logs).

Changes update the status bar immediately so you always see the current interval.

Installation

  1. Clone or download this repository.
  2. Copy main.js and manifest.json into your vault at Vault/.obsidian/plugins/obsidian-time-log/.
  3. Reload Obsidian and enable Timelog from the Community Plugins panel.

Development

npm install
npm run dev

The dev script recompiles main.ts to main.js whenever you save. Symlink the project into your vault for hot reloading if you use a development plugin that supports it.

Example (adjust paths to your vault):

ln -s ~/src/obsidian-time-log ~/Documents/Obsidian/.obsidian/plugins/obsidian-time-log

Releasing new versions

This repo uses a GitHub Actions workflow that publishes artifacts whenever you push a version tag.

  1. Bump the version in manifest.json and package.json (the npm run version helper can update manifest.json and versions.json for you).

  2. Update versions.json with the new version → minimum Obsidian version mapping.

  3. Run npm run build.

  4. Commit your changes and tag the release:

    git tag -a 1.0.1 -m "1.0.1"
    git push origin 1.0.1
    

    The GitHub Action uploads manifest.json and main.js as release assets automatically.

License

MIT

81%
HealthExcellent
ReviewSatisfactory
About
Keep a running project log in a single Markdown note with dated headings that match your Daily Note format (falls back to ISO YYYY-MM-DD). Insert bold, time-prefixed bullet entries automatically, jump to the latest dated section, and view a context-aware status bar showing logging activity.
DatesNavigationStatus bar
Details
Current version
1.0.3
Last updated
5 months ago
Created
2 years ago
Updates
3 releases
Downloads
516
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Author
eddieeddie
hakobox.co.uk
GitHubeddie
  1. Community
  2. Plugins
  3. Dates
  4. Timelog

Related plugins

Day Planner (OG)

Day planning from a simple task list in a Markdown note (bare bones, preserves the features and behavior of the original plugin).

TODO | Text-based GTD

Collect all outstanding TODOs from your vault and presents them in lists Today, Scheduled, Inbox and Someday/Maybe.

Pomodoro Timer

Manage your daily focus using the Pomodoro Technique.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Recent Files

Display a list of recently opened files.

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.