No description
Find a file
2025-10-29 23:45:12 +11:00
.github chore: prepare repository for BRAT beta releases 2025-10-29 22:54:43 +11:00
docs docs: correct migration description - default views auto-created, saved views manual 2025-10-29 23:26:13 +11:00
issue-analysis Fix: Mini Calendar opens correct daily note in all timezones (#857) (#876) 2025-10-08 23:27:00 +11:00
media move media files 2025-10-07 07:54:57 +11:00
scripts feat: complete fr locale and fix i18n tooling 2025-09-23 22:10:35 +10:00
src chore: temporarily disable quick OAuth setup for beta release 2025-10-29 23:07:53 +11:00
styles feat: enhance time entry interface with new modal and calendar integration 2025-10-29 21:46:23 +11:00
tests test: fix TaskCreationModal test and remove OAuthService device-flow test 2025-10-29 22:49:37 +11: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
.eslintignore Refactor plugin architecture and implement best practices 2025-05-18 11:50:16 +10:00
.eslintrc feat: configure Prettier formatter and improve linting setup 2025-09-28 12:28:12 +10:00
.gitignore chore: prepare repository for BRAT beta releases 2025-10-29 22:54:43 +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
build-css.mjs feat: enhance time entry interface with new modal and calendar integration 2025-10-29 21:46:23 +11:00
copy-files.mjs chore(dev): support .copy-files.local override for copy-files and ignore it 2025-08-13 00:33:12 +00:00
esbuild.config.mjs feat: implement OAuth loopback flow for Google Calendar integration 2025-10-29 22:22:59 +11:00
generate-release-notes-import.mjs fix: support pre-release versions in release notes bundling 2025-10-29 23:45:12 +11:00
i18n.manifest.json chore: update i18n manifest and state files 2025-10-29 23:44:08 +11:00
i18n.state.json chore: update i18n manifest and state files 2025-10-29 23:44:08 +11:00
I18N_GUIDE.md feat: implement comprehensive i18n CI/CD system 2025-09-23 22:10:35 +10:00
jest.config.js fix: Configure Jest to handle markdown imports and add manifest mock for tests 2025-10-05 14:13:24 +11: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 feat: tighten bases migration flow 2025-10-28 20:08:47 +11:00
mkdocs.yml docs: improve home page, features, and core concepts with natural tone 2025-09-14 11:42:35 +10:00
package-lock.json 3.25.4 2025-10-26 16:39:42 +11:00
package.json 3.25.4 2025-10-26 16:39:42 +11:00
PRIVACY.md feat: implement OAuth loopback flow for Google Calendar integration 2025-10-29 22:22:59 +11:00
README.md update docs and readme 2025-10-05 11:27:52 +11: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-overdue-setting.md feat: Add setting to hide completed tasks from overdue status (#300) 2025-07-27 10:20:40 +10:00
test-webhook.js feat(webhooks): add comprehensive webhook testing server 2025-08-13 10:42:46 +10:00
tsconfig.json feat: implement direct formula computation for Bases integration 2025-09-06 09:28:25 +10:00
version-bump.mjs Refactor plugin architecture and implement best practices 2025-05-18 11:50:16 +10:00
versions.json 3.25.4 2025-10-26 16:39:42 +11:00

TaskNotes for Obsidian

Task management plugin where each task lives as a separate note with YAML frontmatter. Features calendar integration, Kanban boards, time tracking, and Pomodoro timer.

UI Languages: English · Deutsch · Español · Français · 日本語 · Русский · 中文

NLP Support: English · Deutsch · Español · Français · Italiano · 日本語 · Nederlands · Português · Русский · Svenska · Українська · 中文

📖 Documentation

Overview

Each task is a full Markdown note with structured metadata in YAML frontmatter. This means your tasks have all the benefits of regular notes - linking, tagging, graph view, and unlimited content - while still working as structured data for filtering and organization.

The plugin supports time tracking, recurring tasks, calendar integration with external ICS feeds, and integration with the Obsidian Bases plugin.

Why YAML Frontmatter?

YAML is a standard data format that works with many tools, so you can easily extract and transform your task data into other formats. This keeps your data portable and aligns with Obsidian's file-over-app philosophy.

The frontmatter is extensible—add custom fields like "assigned-to" or "attachments" and use tools like Obsidian Bases to work with that data. This flexibility makes features like time-tracking natural, since there's an obvious place to store timing information.

Each task being a full note means you can write descriptions, jot down thoughts as you work, and connect tasks to other notes through Obsidian's linking and graph features. Bases integration provides custom views on your task data.

Screenshot of TaskNotes plugin

Core Features

Task Management

  • Individual Markdown files with YAML frontmatter
  • Properties: title, status, priority, due date, scheduled date, contexts, projects, tags, time estimates, completion date
  • Project organization using note-based linking
  • Recurring tasks with per-date completion tracking
  • Time tracking with multiple sessions per task
  • Dependency management with blocked-by and blocking relationships
  • Archive function using tags
  • Filtering and grouping options

Calendar Integration

  • Month view displaying tasks and notes
  • Mini calendar view for compact layouts
  • ICS/iCal feed subscriptions
  • Direct navigation to daily notes

Time Management

  • Time tracking with start/stop functionality
  • Pomodoro timer with task integration
  • Session history and statistics

Editor Integration

  • Interactive task previews for wikilinks
  • Universal line-to-task conversion
  • Template support with parent note context

Views

  • Calendar: Month view with agenda
  • Task List: Filtering and grouping options
  • Kanban: Drag-and-drop task management
  • Agenda: Daily task and note overview
  • Notes: Date-based note browser
  • Pomodoro: Timer with statistics

Task creation dialog

Create tasks with natural language parsing for due dates, recurrence, and contexts

Pomodoro timer

Built-in pomodoro timer with task integration and daily completion tracking

Kanban board view

Kanban boards with drag-and-drop functionality and customizable columns

Project subtasks view

Project management with subtasks and hierarchical organization

Configuration

Customization

  • Field Mapping: Customize YAML property names to match existing workflows
  • Custom Statuses: Define task statuses with colors and completion behavior
  • Custom Priorities: Create priority levels with weight-based sorting
  • Templates: Configure daily note templates with Obsidian variables

YAML Structure

Task Example

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 Task

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

HTTP API

TaskNotes includes an optional HTTP API server for external integrations. This enables creating tasks from browsers, automation tools, mobile apps, and custom scripts.

Browser Integration

The API enables browser integrations:

  • Bookmarklets for one-click task creation from any webpage
  • Browser extensions: for example
  • Automation with Zapier, IFTTT, and similar services

Documentation

See HTTP API Documentation for complete endpoint reference and integration examples.

Credits

This plugin uses FullCalendar.io for its calendar components.

License

This project is licensed under the MIT License - see the LICENSE file for details.