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

QuickTimeBox

loudinthecloudloudinthecloud117 downloads

Embed interactive timeboxing in any note (quickly).

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Plan your day directly inside your notes. Drop a quicktimebox code block anywhere in a note and get an interactive, editable timeline — no extra bloat needed.

QuickTimeBox screenshot


What it does

QuickTimeBox renders a structured time grid inside your Obsidian note. Each row is a time slot, you type your task directly into it. Changes are saved back to the note automatically.


Features

  • Inline time grid — a clean table of time slots rendered right inside your note, from any start time to any end time
  • Editable slots — click any slot and type; the note updates itself automatically after you finish
  • Configurable granularity — slots of 15, 30, 60, or 120 minutes
  • Live "now" indicator — a red line tracks the current time across the grid, updating every minute
  • Now-line toggle — click the ● now button in the header to show or hide the current time marker
  • Midnight-wrap support — ranges like 22:00–03:00 work correctly across midnight
  • RTL support — set "rtl": true in the block or write in a right-to-left note; the layout mirrors automatically

Installation (from source)

  1. Navigate to your vault's plugins folder:
    <your-vault>/.obsidian/plugins/
    
  2. Clone the repository:
    git clone https://github.com/loudinthecloud/obsidian-quick-timebox
    
  3. Install dependencies and build:
    cd obsidian-quick-timebox
    npm install
    npm run build
    
  4. Reload Obsidian
  5. Go to Settings → Community plugins, find QuickTimeBox, and enable it.

Usage

Use the QuickTimeBox: Insert timeboxing command on any note.

QuickTimeBox Create

This will add a fenced code block with the language tag quicktimebox:

```quicktimebox
{
  "startTime": "20:00",
  "endTime": "00:00",
  "granularity": 30,
  "entries": {
    "20:00": "Code QuickTimeBox Obsidian plugin",
    "20:30": "Write README.md",
    "21:00": "Publish the plugin online",
    "21:30": "Wait for users..."
  },
  "rtl": false
}
```
Field Description
startTime Start of the timeline (HH:MM)
endTime End of the timeline (HH:MM) — can cross midnight
granularity Minutes per slot: 15, 30, 60, or 120
entries Map of "HH:MM" → task text (pre-filled slots)
rtl true to force right-to-left layout (optional)
showNow false to hide the current-time indicator (optional, default true)

Empty slots are blank and ready to type in. You don't need to list every time slot — only the ones you want pre-filled.

HealthExcellent
ReviewSatisfactory
About
Plan your day inside notes by dropping a quicktimebox code block to render an interactive time grid. Edit slots inline and save changes back to the note automatically. Show a live now indicator, choose slot granularity, and handle midnight-wrap and RTL layouts.
CalendarTasksEditing
Details
Current version
1.0.0
Last updated
4 months ago
Created
4 months ago
Updates
1 release
Downloads
117
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Author
loudinthecloudloudinthecloud
github.com/loudinthecloud
GitHubloudinthecloud
  1. Community
  2. Plugins
  3. Calendar
  4. QuickTimeBox

Related plugins

TaskNotes

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

Day Planner

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

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.

Gantt Calendar

A powerful visual task management plugin. Visualize and manage tasks created by the Tasks plugin, supporting both emoji and Dataview task formats. Support Feishu Task syncing.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

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.

Outliner

Work with your lists like in Workflowy or Roam Research.

Tracker

Track occurrences and numbers in your notes.