Focus Timer

approved

by Tianye Zhou

Local dedicated timer, supporting statistical analysis and card view, can embed data display in notes. - This plugin has not been manually reviewed by Obsidian staff.

3 stars259 downloadsUpdated 1mo agoMIT

Focus Timer Plugin - User Guide

A note to our users: Thank you for your support and enthusiasm for Focus Timer! The plugin is still under active development, and some features may be unstable or subject to change. We appreciate your understanding and patience. Feedback and suggestions are welcome via the link below.

A local focus timer plugin designed for Obsidian, with support for statistical analysis, card view, and embedding data display in notes.

Quick Start

Open the timer: Click the left sidebar icon / bottom status bar / command palette Open Focus Timer View

Start focusing:

  1. Enter a task name (optional, up to 100 ASCII characters or 50 non-ASCII characters such as Chinese)
  2. Choose mode: Countdown (default 25 minutes) or Stopwatch
  3. Use +/- buttons to adjust or click the time to set focus duration
  4. Click "Start" or press Enter (if keyboard shortcuts are enabled)

End a session:

  • Complete: Mark as completed and save the record
  • Abandon: Mark as abandoned and save the record
  • When countdown ends, you can start a break period

The panel adapts automatically when the window is narrow or compact:

Narrow window layout

Compact window layout

Timer Modes

ModeDescriptionFeatures
CountdownCount down from a set durationCan auto-switch to stopwatch / start break period
StopwatchCount up from zeroNo preset duration, can pause/resume

Countdown

Countdown mode

Stopwatch

Stopwatch mode

Commands

Access via command palette (Cmd/Ctrl + P):

  • Start Focus (25m/50m) - Quick start the timer
  • Stop Focus (Complete) - Complete current session
  • Abandon Focus - Abandon current session
  • Open Focus Timer View - Open timer panel
  • Start Quick Timer 1/2/3 - Start preset quick timer 1/2/3

Statistics and Views

Focus history: Card-style layout to view all sessions, filterable by date
Statistics: Today's focus duration / completed task count / 7-day average / monthly average / yearly total
Charts: Visualize focus data (7/14/30 days, this month, this year), supports both duration and task count metrics

Statistics cards and history

Focus trend charts

Embed in Notes

Use code blocks to embed focus timer data and charts in notes.

Basic Syntax

```focus
```

Displays today's focus statistics and the default statistics chart.

Default embed

```focus
date: today
```

Displays today's focus statistics and today's focus items list.

Today's embed

Example with chart parameters and custom height:

Default embed with parameters

Configuration Parameters

ParameterDescriptionOptional Values
dateSpecify datetoday, yesterday, 2026-01-20 (specific date)
chartChart display range (when no date parameter)7, 14, 30, month, year, none
chartChart display range + metric (when no date parameter)30 time, 30 task (first parameter selects from the options above, second parameter chooses between time and task; if omitted, both focus time and completed task count are shown)
recordHide records (applies with or without date parameter)none (default: shown when not specified)
itemsHide focus items list (when date parameter is used)none (default: shown when not specified)
heightCustom height in pixels (applies with or without date parameter)300, 500 ...

Examples

```focus
chart: 7 task
height: 500
```

Displays today's focus statistics and 7-day completed task count chart, with display box height limited to 500px.

```focus
date: 2026-01-01
items: none
height: 400
```

Displays that day's statistics and limits the display box height to 400px.

Date-specific embed with parameters

Tips

  • Task suggestions: The plugin remembers recent tasks and suggests them when typing
  • Quick access: Use sidebar icon, status bar, or keyboard shortcuts
  • Quick timers: Set commonly used timers as quick timer 1/2/3
  • Pomodoro: Enable auto-break feature
  • Embed anywhere: Add focus code blocks in journals, project pages, or review documents

Support


Note: This plugin supports desktop only and requires Obsidian 1.4.5 or higher.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.