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

Harvest

nwbortnwbort48 downloads

Interact with Harvest time tracking tools.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates16

Integrate Harvest time tracking directly into your Obsidian.md workspace. Start, stop, and view your running timers without ever leaving your notes.

Features

  • Status bar integration: See your currently running Harvest timer, including the project, task, and duration, right in the Obsidian status bar.
  • Start & stop timers: Use Obsidian's command palette to quickly start and stop your timers.
  • Time reports: Generate and view reports of your time entries directly within your notes using a simple query language.

How to install

From the Community plugins tab in Obsidian

  1. Go to Settings -> Community plugins.
  2. Make sure "Safe mode" is turned off.
  3. Click Browse and search for "Harvest".
  4. Click Install.
  5. Once installed, find the plugin in your list and Enable it.

Manual installation

  1. Download the main.js, manifest.json, and styles.css from the latest release.
  2. Navigate to your Obsidian vault's plugin folder: <YourVault>/.obsidian/plugins/.
  3. Create a new folder named harvest.
  4. Move the downloaded files into this new folder.
  5. Reload Obsidian.
  6. Go to Settings -> Community plugins, find "Harvest", and enable it.

How to Use

1. Configuration

Before you can use the plugin, you must configure your Harvest API credentials.

  1. Get your credentials from Harvest:

    • Navigate to your Harvest ID Developers page.
    • Create a new Personal Access Token.
    • Copy the Token and your Account ID.
  2. Enter your credentials in Obsidian:

    • Go to Settings -> Community Plugin Options -> Harvest.
    • Paste your Personal Access Token and Account ID into the respective fields.

2. Commands

Access these commands through the command palette (Ctrl/Cmd + P):

  • Start timer:
    • This command will open a modal to search for a project.
    • After selecting a project, a second modal will appear to select a task.
    • Once a task is chosen, the timer will start immediately.
  • Stop timer:
    • If a timer is running, this command will stop it.
    • A notification will confirm that the timer has been stopped.
  • Toggle timer:
    • Run start/stop timer as appropriate.
  • Refresh projects:
    • Use this command to manually update the list of projects from your Harvest account.

3. Rendering time reports with HQL

You can render time tracking reports directly inside your notes using harvest code blocks. This uses a simple Harvest Query Language (HQL).

How it works

Create a code block with the language identifier harvest.

List report

To get a list of your time entries for a specific period:

```harvest
LIST TODAY
```
```harvest
LIST PAST 7 DAYS
```

Summary report

To get a summary of hours tracked per project for a specific period:

```harvest
SUMMARY WEEK
```
```harvest
SUMMARY FROM 2025-01-01 TO 2025-01-31
```

Supported syntax

Query types:

  • LIST: Shows a detailed list of individual time entries.
  • SUMMARY: Shows total hours and a breakdown by project.

Time ranges:

  • TODAY
  • WEEK (This week, Monday to Sunday)
  • MONTH (This calendar month)
  • PAST <number> DAYS (e.g., PAST 14 DAYS)
  • FROM <YYYY-MM-DD> TO <YYYY-MM-DD>

Freezing results

When you hover over a rendered report, a freeze button (❆) appears in the bottom-right corner. Clicking it replaces the dynamic harvest code block with a static markdown table, preserving the results as plain text in your note. This is useful for archiving a snapshot of your time data that won't change on future renders.

4. Status bar

The status bar item at the bottom of your Obsidian window provides at-a-glance information:

  • No timer running: Displays "Harvest: No timer running".
  • Timer active: Displays the format Harvest: <Project Name> - <Task Name> (X:XX). This will update periodically based on your polling interval settings.

Settings

Setting Description
Personal Access Token Your unique token for accessing the Harvest API.
Account ID The ID of your Harvest account.
Polling Interval How often (in minutes) the plugin should check for a running timer to update the status bar. Default is 5.

License

This project is licensed under the MIT License - see the LICENSE file for details.

See also

Inspiration for this plugin comes from the Toggl Track plugin.

99%
HealthExcellent
ReviewPassed
About
Integrate Harvest time tracking into Obsidian and control timers without leaving your notes. Start, stop, and view running timers, see project, task and duration in the status bar, and generate time reports inside notes using a simple query language.
IntegrationsStatus barProject management
Details
Current version
1.0.17
Last updated
7 days ago
Created
8 months ago
Updates
16 releases
Downloads
48
Compatible with
Obsidian 1.11.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
nwbortnwbort
cardioid.co.nz
GitHubnwbort
  1. Community
  2. Plugins
  3. Integrations
  4. Harvest

Related plugins

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Tasks

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

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Longform

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

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.