No description
Find a file
2026-05-17 22:00:30 +10:00
.github release 4.7.1 2026-05-14 08:02:31 +10:00
conformance Extract core logic and add conformance waivers 2026-03-31 05:41:55 +11:00
docs Add calendar daily note link option 2026-05-17 22:00:30 +10:00
docs-builder Add llms docs exports 2026-05-17 21:47:57 +10:00
e2e harden real behaviour test coverage 2026-05-13 23:19:35 +10:00
issue-analysis analysis: AI analysis for issue #1005 2025-11-16 11:43:38 +11:00
media docs: restructure task management guides and refresh screenshots 2026-02-15 12:10:28 +11:00
scripts Clean up CSS lint issues 2026-05-14 21:06:30 +10:00
src Add calendar daily note link option 2026-05-17 22:00:30 +10:00
styles Close relationships widget content gap 2026-05-17 21:12:10 +10:00
tasknotes-e2e-vault Fix modal markdown editor sizing 2026-05-16 10:32:19 +10:00
tests Add calendar daily note link option 2026-05-17 22:00:30 +10:00
.editorconfig Refactor plugin architecture and implement best practices 2025-05-18 11:50:16 +10:00
.env.example feat: add OAuth 2.0 calendar integration for Google and Microsoft Calendar (#997) 2025-10-26 16:40:35 +11:00
.gitignore Update agent housekeeping guidance 2026-05-17 19:01:34 +10:00
.gitmodules Add tasknotes-spec as submodule and wire up docs nav 2026-03-29 19:31:09 +11:00
.npmrc Refactor plugin architecture and implement best practices 2025-05-18 11:50:16 +10:00
.prettierignore feat: configure Prettier formatter and improve linting setup 2025-09-28 12:28:12 +10:00
.prettierrc feat: configure Prettier formatter and improve linting setup 2025-09-28 12:28:12 +10:00
AGENTS.md Update agent housekeeping guidance 2026-05-17 19:01:34 +10:00
apply-translations.js feat(i18n): complete missing translations and internationalize hardcoded strings 2025-11-02 20:30:20 +11:00
build-css.mjs Resolve remaining lint warnings 2026-05-13 08:17:35 +10:00
copy-files.mjs update copy-files build script 2026-01-04 12:41:32 +11:00
e2e-launch.sh chore: add E2E test scripts and Playwright configuration 2025-12-31 09:34:09 +11:00
e2e-setup.sh chore: add E2E test scripts and Playwright configuration 2025-12-31 09:34:09 +11:00
esbuild.config.mjs Clean up CSS lint issues 2026-05-14 21:06:30 +10:00
eslint.config.mjs Move embedded editor styling to CSS 2026-05-14 22:56:41 +10:00
generate-release-notes-import.mjs fix: sort release notes by date instead of version number 2025-11-30 11:32:47 +11:00
i18n-state.config.json feat: Migrate to i18n-state-manager CLI tool 2025-11-04 13:50:02 +11:00
i18n.manifest.json Update i18n manifest state 2026-05-17 19:34:02 +10:00
i18n.state.json Update i18n manifest state 2026-05-17 19:34:02 +10:00
I18N_GUIDE.md feat: Migrate to i18n-state-manager CLI tool 2025-11-04 13:50:02 +11:00
jest.config.js Fix NLP package resolution in tests 2026-04-26 11:46:44 +10:00
jest.integration.config.js Add actions read permission to docs workflow 2025-06-29 12:39:17 +10:00
LICENSE update license 2025-05-30 00:49:39 +10:00
main.ts Rename ChronoSync Plugin to TaskNotes Plugin and Remove Legacy Daily Metadata Commands 2025-05-31 11:29:32 +10:00
manifest.json release 4.7.2 2026-05-14 22:13:36 +10:00
mkdocs.yml Add spec landing page and cross-references 2026-03-29 19:38:46 +11:00
package-lock.json Integrate NLP core release 2026-05-17 19:16:11 +10:00
package.json Integrate NLP core release 2026-05-17 19:16:11 +10:00
playwright.config.ts chore: add E2E test scripts and Playwright configuration 2025-12-31 09:34:09 +11:00
PRIVACY.md clarify optional network refresh disclosure 2026-05-13 21:03:08 +10:00
README.md docs: tighten accuracy, fix cross-links, and consolidate unreleased notes 2026-02-21 13:41:32 +11:00
stylelint.config.mjs Tighten CSS linting and selector scopes 2026-05-14 23:06:37 +10:00
Tasknotes-Development-Guidelines.md feat: Implement UTC Anchor principle for robust timezone handling 2025-08-02 22:54:11 +10:00
tasknotes-gradient.svg feat: add custom TaskNotes icons 2025-08-15 23:48:35 +10:00
tasknotes-simple.svg feat: add custom TaskNotes icons 2025-08-15 23:48:35 +10:00
test-webhook.js feat(webhooks): add comprehensive webhook testing server 2025-08-13 10:42:46 +10:00
tsconfig.json Add CMD/Ctrl+Enter keyboard shortcuts to modals 2025-11-20 23:37:38 +11:00
version-bump.mjs Refactor plugin architecture and implement best practices 2025-05-18 11:50:16 +10:00
versions.json release 4.7.2 2026-05-14 22:13:36 +10:00

TaskNotes for Obsidian

A task management plugin where each task is a separate Markdown note, and all views are powered by Obsidian Bases.

Overview

Each task is a Markdown note with YAML frontmatter. Every view is a Bases query.

Bases is Obsidian's core plugin for turning notes into databases—it reads properties from your notes and lets you filter, sort, and group them without writing code. TaskNotes stores tasks as notes with structured frontmatter, then uses Bases to query and display them. The Task List, Kanban, Calendar, and Agenda views are all .base files.

This keeps your data portable. Tasks are just Markdown files with YAML, so you can read them with any tool, transform them with scripts, or migrate them elsewhere. There's no plugin-specific database.

The frontmatter is extensible—add fields like energy-level or client and they're immediately available in Bases for filtering and grouping. The .base files are plain text too, so you can edit filters and sorting directly or duplicate them to create new views.

Screenshot of TaskNotes plugin

Full Documentation

Quick start

Create a task with TaskNotes: Create new task. The plugin parses natural language—type "Buy groceries tomorrow #errands" and it extracts the due date and context automatically.

Tasks are stored as Markdown files in your vault. Open them directly, edit the frontmatter, or use the plugin's views to manage them.

Open a view with commands like TaskNotes: Open tasks view or TaskNotes: Open kanban board. These open the corresponding .base files from TaskNotes/Views/.

How it works with Bases

TaskNotes registers as a Bases data source and provides custom view types: tasknotesTaskList, tasknotesKanban, tasknotesCalendar, and tasknotesMiniCalendar. The default Agenda file is a preconfigured tasknotesCalendar list view (listWeek). Your task notes become rows; frontmatter properties become columns.

The default .base files include formula properties for computed values:

formulas:
  daysUntilDue: if(due, ((number(date(due)) - number(today())) / 86400000).floor(), null)
  isOverdue: due && date(due) < today() && status != "done"
  urgencyScore: formula.priorityWeight + max(0, 10 - formula.daysUntilDue)
  efficiencyRatio: (timeTracked / timeEstimate * 100).round()

You can sort by urgencyScore, filter to show only isOverdue tasks, or add these as columns. Edit the .base files directly or use the Bases UI. See default base templates for the full list of included formulas.

Task structure

title: "Complete documentation"
status: "in-progress"
due: "2024-01-20"
priority: "high"
contexts: ["work"]
projects: ["[[Website Redesign]]"]
timeEstimate: 120
timeEntries:
  - startTime: "2024-01-15T10:30:00Z"
    endTime: "2024-01-15T11:15:00Z"

Recurring tasks use RRULE format with per-instance completion tracking:

title: "Weekly meeting"
recurrence: "FREQ=WEEKLY;BYDAY=MO"
complete_instances: ["2024-01-08"]

All property names are configurable. If you already use deadline instead of due, remap it in settings.

Other features

Calendar sync with Google and Microsoft (OAuth) or any ICS feed. Time tracking with start/stop per task, Pomodoro timer, and session history. Recurring tasks with fixed or flexible schedules and per-instance completion tracking. Dependencies between tasks. Natural language parsing for task creation. Custom statuses, priorities, and user-defined fields.

Integrations

TaskNotes has an optional HTTP API. There's a browser extension and a CLI. Webhooks can notify external services on task changes. See HTTP API docs and Webhooks docs.

Language support

UI: English, German, Spanish, French, Japanese, Russian, Chinese, Portuguese, Korean.

Natural language parsing: English, German, Spanish, French, Italian, Japanese, Dutch, Portuguese, Russian, Swedish, Ukrainian, Chinese.

Screenshots

View screenshots

Screenshots are generated from the Playwright documentation suite (npm run e2e:docs).

Calendar

Month

Week

Day

Year

Task views

Tasks

Kanban

Agenda

Mini Calendar

Features

Task Modal

Pomodoro

Stats

Settings

Credits

Calendar components by FullCalendar.io.

License

MIT—see LICENSE.