Tasks Datetime

by DXShelley
5
4
3
2
1
Score: 60/100

Description

Tasks with date and time support down to seconds

Reviews

No reviews yet.

Stats

1
stars
179
downloads
0
forks
52
days
48
days
52
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
1,871
commits

Latest Version

2 months ago

Changelog

Highlights

  • Keep task IDs and dependency IDs hidden outside Source mode, independently of the task-time display setting.
  • Add automatic task ID guidance and contributor regression documentation.

Validation

  • 187 test suites, 5006 tests, and 260 snapshots passed.
  • Static checks and Markdown lint passed.

README file from

Github

Tasks Datetime

Tasks Datetime is an Obsidian task-management plugin with optional date and time support down to seconds. It keeps date-only task workflows compact while allowing precise task planning when time support is enabled.

Independent project. Tasks Datetime is independently maintained and is not affiliated with, endorsed by, or supported by the upstream Obsidian Tasks project or its maintainers.

Relationship to the upstream project

The upstream project remains the date-only compatibility baseline. Tasks Datetime preserves that workflow and adds optional time-of-day and seconds precision for people whose planning needs cannot be represented by a calendar date alone. It is not presented as an official replacement for the upstream plugin.

Highlights

  • Time management with optional YYYY-MM-DD HH:mm:ss task dates, a combined date and time picker, and compact date-only display when you need less detail.
  • Quiet Obsidian reminders and a structured reminder snapshot for Agent automations. See Reminders.
  • Recurrence presets and four-quadrant importance/urgency editing.
  • Task dashboard for filtered progress, risks, plans, saved views, and bulk task updates.
  • Query support for date and time values, plus documented query examples.

Installation

Until Tasks Datetime is accepted into the Obsidian Community Plugins directory, install it manually:

  1. Download main.js, manifest.json, and styles.css from a release.
  2. Create .obsidian/plugins/tasks-datetime/ in your vault.
  3. Copy the three files into that directory and enable Tasks Datetime in Obsidian.

Development

This project uses Node.js 22.23.1 and Yarn Classic:

fnm exec --using=22.23.1 corepack yarn install --frozen-lockfile
fnm exec --using=22.23.1 corepack yarn test --runInBand
fnm exec --using=22.23.1 corepack yarn build

Upstream Attribution

Tasks Datetime is a modified derivative of obsidian-tasks-group/obsidian-tasks. It retains the upstream MIT license and its required copyright notice in LICENSE. See NOTICE for attribution, bundled-runtime notices, and the independent-project statement.

For a maintained inventory of the open-source runtime components, development tools, and documentation-vault plugins used by this project, see Open Source Acknowledgements.

Privacy and Permissions

Tasks Datetime reads and modifies task Markdown files inside the open Obsidian vault to render, query, create, and update tasks. It does not implement telemetry, analytics, automatic updates, external downloads, account sign-in, payments, or network requests. See PRIVACY.md for the reviewed scope and reporting route.

License

MIT. See LICENSE.