No description
Find a file
callumalpass d0dd3ad37c style: polish task card styling with native Obsidian colors
- Simplify hover/focus states to use --background-modifier-hover
- Remove backdrop-filter blur and shadows from metadata pills
- Fix subtask chevron vertical alignment with status dot
- Reduce swimlane label column width in Kanban view
2025-11-30 11:32:47 +11:00
.github chore: prepare repository for BRAT beta releases 2025-10-29 22:54:43 +11:00
docs style: polish task card styling with native Obsidian colors 2025-11-30 11:32:47 +11:00
issue-analysis analysis: AI analysis for issue #1005 2025-11-16 11:43:38 +11:00
media move media files 2025-10-07 07:54:57 +11:00
scripts Merge branch 'i18n-improvements' 2025-11-02 20:34:34 +11:00
src fix: prevent inline widget de-rendering on status dot click 2025-11-30 11:32:47 +11:00
styles style: polish task card styling with native Obsidian colors 2025-11-30 11:32:47 +11:00
tests Feat/prompt to save "unsaved changes" on modal exit (#1222) 2025-11-30 11:31:53 +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 Convert remaining lint rules from errors to warnings 2025-11-09 19:41:56 +11:00
.gitignore refactor(bases): complete Kanban and Calendar migration to new architecture 2025-11-04 12:36:21 +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
apply-translations.js feat(i18n): complete missing translations and internationalize hardcoded strings 2025-11-02 20:30:20 +11:00
build-css.mjs feat(bases): add inline search functionality to task-list view 2025-11-22 19:32:39 +13: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-state.config.json feat: Migrate to i18n-state-manager CLI tool 2025-11-04 13:50:02 +11:00
i18n.manifest.json Feat/prompt to save "unsaved changes" on modal exit (#1222) 2025-11-30 11:31:53 +11:00
i18n.state.json Feat/prompt to save "unsaved changes" on modal exit (#1222) 2025-11-30 11:31:53 +11:00
I18N_GUIDE.md feat: Migrate to i18n-state-manager CLI tool 2025-11-04 13:50:02 +11: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 release 4.0.5 2025-11-23 20:27:09 +11:00
mkdocs.yml Fix: Resolve base template generation issues (#1145, #1156) 2025-11-19 21:25:40 +11:00
NLP_MARKDOWN_EDITOR_COMPLETE.md Scope autocomplete CSS to TaskNotes modals only 2025-11-09 19:41:57 +11:00
NLP_MARKDOWN_EDITOR_STATUS.md Implement CodeMirror autocomplete for NLP triggers (@, #, +, status) 2025-11-09 19:41:57 +11:00
package-lock.json fix: sync package-lock.json with package.json version 4.0.3 2025-11-23 17:43:49 +11:00
package.json release 4.0.5 2025-11-23 20:27:09 +11:00
PRIVACY.md Merge v3-maintenance into main 2025-11-02 17:02:07 +11:00
PROOF_OF_CONCEPT_MARKDOWN_EDITOR.md Add embeddable markdown editor proof of concept 2025-11-09 19:41:57 +11:00
README.md update readme and manifest 2025-11-22 10:40:46 +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 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 3.25.4 2025-11-02 14:31:45 +11:00

TaskNotes for Obsidian

Bases-based 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

Requirements: Obsidian 1.10.1+ with the Bases core plugin enabled for main views (Task List, Kanban, Calendar, Agenda, MiniCalendar).

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, and calendar integration (ICS plus OAuth for Google and Microsoft). TaskNotes v4 moves its main views onto the Bases core plugin, so every view and filter is powered by Bases queries against your task files.

Bases Integration (v4)

  • All primary views (Task List, Kanban, Calendar, Agenda, MiniCalendar) are Bases files stored in TaskNotes/Views/
  • Enable Bases from Settings → Core Plugins; view commands and ribbon icons open the corresponding .base files
  • Customize sorting, grouping, and filters directly inside the .base YAML; Tasks act as a Bases data source using any frontmatter field or custom property

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
  • Flexible recurrence: choose between fixed schedule (scheduled-based) or flexible schedule (completion-based) recurrence
  • 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
  • Inline task conversion for - [ ] Checkbox tasks
  • 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
  • Pomodoro: Timer with statistics (standalone, not a Bases view)

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.