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

T4: Task Tree Time Totaler

estory1estory1299 downloads

Calculates and assigns task estimates given subtask estimates in a task tree in a Markdown document.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

A plugin for the Obsidian note-taking app that calculates hierarchical task time estimate sums.

Example

Suppose you have the following task tree, with time estimates on the subtasks composing each task:

- [ ] [] Task
    - [ ] [] sub1
        - [ ] [3h] subsub1
        - [ ] [1h] subsub2
    - [ ] [] sub2
        - [ ] [2.5h] subsub3

Problem: you want a sum of the estimates for sub1 and sub2, and ofc for just a few like the above this is easy -- but it's tedious and error-prone to do this as your task-set grows.

Solution: Running this plugin on your task document computes the result for you, for all tasks containing subtasks, to any depth of hierarchy, and upserts the sums:

- [ ] [6.50h] Task
    - [ ] [4h] sub1
        - [ ] [3h] subsub1
        - [ ] [1h] subsub2
    - [ ] [2.50h] sub2
        - [ ] [2.50h] subsub3

Features

Variable unit summation

Handles varying time units, summing in the smallest available unit (minutes), and for each task reporting the sum in the coarsest unit used among a task's subtasks, like this:

- [ ] [1.48w] Task w/ mixed subtask units
    - [ ] [8.50h] Subtask1
        - [ ] [8h] Subsubtask1
        - [ ] [30m] Subsubtask1
    - [ ] [2.25d] Subtask2
        - [ ] [2d] Subsubtask1
        - [ ] [6h] Subsubtask2
    - [ ] [1.11w] Subtask3
        - [ ] [1w] Subsubtask1
        - [ ] [18h] Subsubtask2

Available units (all in calendar-time except where specified):

unit description
D decade
Y year
M month
w week
d day
bw business week (5 days)
bd business day (8 hours)
h hour
m minute

If no unit is defined, then for unit-accounting purposes a unit of minutes is assumed.

Usage

Task Formatting

Since this plugin works by regex-matching task lines, tasks must be defined as seen above.

The general format is: any_indentation - checkbox sum_field task_desc

Which in Markdown is more specifically: - [ ] [] some task/subtask description

Execution

NOTE: Every update overwrites any existing sum! Anything you type into the sum field will be overwritten.

  1. Open a doc containing tasks and subtasks.
  2. Click the Σ inside a square "Update Task Time Sums" button on the ribbon on the left side of Obsidian.

Potential to-dos

  1. Maintain cursor position after click.
  2. Configurable task format: enable user-defined task format.
  3. Configurable decimal-handling: enable adjustable decimal digits.
  4. Configurable business time-unit times: e.g. for 4-day workweek, bw = 4 days instead of 5.
  5. Multiple estimates, multiple sums: enables per-task estimate distribution.
    • Example: doing Three-Point Method estimation ((best-case + 4 * likeliest-case + worst-case)/6), subtasks A [1h,2h,4h] and B [2h,6h,12h] gives task-level sums [3h,8h,16h].
  6. Actual/Completed duration summation: e.g. completed subtasks having a format like - [x] [2.0h] ([4.67h]) Completed subsubtask1 would have their parenthetical durations summed.
  7. Estimate-consumed percentage: elapsed duration / estimated duration.
  8. Unit tests.
82%
HealthGood
ReviewSatisfactory
About
Compute hierarchical task time estimates and update or insert summed values into task lines, overwriting any existing sum fields. Sum mixed units by converting to minutes and report each task's total in the coarsest unit used among its subtasks, across any depth of hierarchy.
TasksAutomationEditing
Details
Current version
20250416.0.0
Last updated
Last year
Created
Last year
Updates
3 releases
Downloads
299
Compatible with
Obsidian 1.8.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
estory1estory1
github.com/estory1
GitHubestory1
  1. Community
  2. Plugins
  3. Tasks
  4. T4: Task Tree Time Totaler

Related plugins

Task Collector (TC)

Change task status and collect tasks within a document using hotkeys and context menus.

Rollover Daily Todos

Rollover any unchecked checkboxes from your last daily note into today's note.

Todoist Sync

Materialize Todoist tasks within your notes.

MetaEdit

Manage your metadata.

Advanced Tables

Improved table navigation, formatting, and manipulation.

QuickAdd

Quickly add new notes or content to your vault.

Templater

Create and use dynamic templates.

Homepage

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

TaskNotes

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

Day Planner

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