Project Manager

by stepankropachev
5
4
3
2
1
Score: 62/100

Description

The Project Manager plugin adds a full project layer inside your vault using Markdown files and frontmatter instead of an external service. It works across table, gantt and kanban views, so the same tasks can be edited as rows, timeline bars or status cards. Tasks support subtasks, dependencies, milestones, recurring schedules, due reminders, time estimates, logged work, assignees, tags and bulk actions. Projects can define their own fields, statuses, priorities and saved views, while scheduling rules can automatically shift dependent tasks when dates move. The plugin also imports existing notes as tasks, supports project creation from a note and can align with TaskNotes without destructive conversion. Collaboration stays file based, so vault sync tools and Git remain the storage and sharing layer.

Reviews

No reviews yet.

Stats

725
stars
74,248
downloads
81
forks
136
days
4
days
5
days
206
total PRs
5
open PRs
8
closed PRs
193
merged PRs
153
total issues
62
open issues
91
closed issues
540
commits

Latest Version

5 days ago

Changelog

Changed

  • The task editor now shows "Progress" from the start instead of behind "Add property"

README file from

Github

dotpm

Project management inside Obsidian. Table, Gantt and Kanban over plain Markdown notes.

Obsidian community plugin Downloads License Donate

Install | Quick start | Docs | Website | Changelog

English | 简体中文

Project tools keep the plan in one app and the thinking about it in another. dotpm keeps both in the vault. A project is a note, a task is a note, and the table, the timeline and the board are three ways of looking at the same files.

  • Scheduling, not checkboxes. Tasks have start and due dates, dependencies drawn as arrows, and a Gantt chart that moves dependents when a blocker slips.
  • Tasks are full notes. Each has a body, backlinks, tags and properties, so search, the graph, templates and Dataview all work on them.
  • Agents and scripts can work the board. A local HTTP and MCP server and a command line client edit the same notes the views do, so a coding agent can pick up a task, update it and close it.
  • Nothing to sign up for. Projects sync with whatever already syncs the vault, and a project folder can be diffed and reviewed in git like any other code.
  • Runs on desktop and mobile, and any view exports to one HTML file that opens without Obsidian.

Install

In Obsidian, open Settings > Community plugins > Browse, search for dotpm, install and enable it. Or open the listing directly.

Needs Obsidian 1.13 or newer. Works on desktop and mobile.

BRAT: install BRAT, choose Add beta plugin and enter dotpm/obsidian-pm.

Manual: download main.js, manifest.json and styles.css from the latest release into <vault>/.obsidian/plugins/project-manager/, then reload Obsidian and enable the plugin.

Quick start

  1. Click the timeline icon in the ribbon, or run dotpm: Open projects pane.
  2. Click New project, give it a name, and open it.
  3. Click Add task. Set a status, a due date, an assignee, whatever you need.
  4. Switch between Table, Gantt and Kanban at the top of the view.
  5. Look in your vault. There is a Projects/Your project.md note and a Projects/Your project_tasks/ folder with one note per task.

Already have notes you want as tasks? Run dotpm: Import notes as tasks. To turn an existing note into a project, add pm-project: true to its properties and run dotpm: Open current file as project.

Views

Table

Rows sort, filter and edit inline. A multi-row selection changes status, priority, assignee, tags, due date or parent for all of them at once. A filter and sort combination can be saved as a named view.

Gantt

Dragging a bar reschedules the task, dragging its edge changes the duration, and dragging from one bar to another adds a dependency. The scale zooms from days to years. Milestones are diamonds and a line marks today.

Kanban

One column per status. Dragging a card to another column changes its status. Cards show priority, assignees, tags and due date.

Features

Tasks

  • Subtasks to any depth
  • Dependencies, within a project or across projects, and milestones
  • Start and due dates, progress, assignees, tags
  • Recurring tasks
  • Time estimates and time logs
  • Custom fields: text, number, date, select, multi-select, person, checkbox, URL
  • A Markdown body on every task

Planning

  • Auto-scheduling: dependents move when a blocker moves
  • Due date reminders
  • Archive, by hand or automatically after a set number of days
  • Undo and redo

Organizing

  • Sub-projects, with an overview page per project: progress, milestones, sub-projects, properties
  • One view over a project, its subtree, a folder or the whole vault
  • Archive a project that is done or no longer relevant; its sub-projects go with it
  • Saved views: named filter and sort combinations
  • Bulk edit from the table
  • People notes for assignees, with a per-person task list

Customizing

  • Statuses and priorities with label, color and icon, global or per project
  • Per-project overrides for default view, scheduling and archiving
  • Team members, global and per project

File format

A task looks like this. Open it in Obsidian, edit it in any text editor, or diff it in git.

---
pm-task: true
projectId: '[[Website redesign]]'
title: 'Write the launch post'
type: 'task'
status: 'in-progress'
priority: 'high'
start: '2026-09-01'
due: '2026-09-20'
progress: 40
assignees: ['[[Alice]]']
tags: ['marketing']
dependencies: ['[[Design the homepage]]']
---
Draft, review with the team, publish on launch day.

Sync works the way it does for any other note. Obsidian Sync, iCloud, Syncthing and git all carry projects along. Two people editing the same task at the same moment produce an ordinary sync conflict, and there is no real-time collaboration beyond that.

Outside Obsidian

Share a view. dotpm: Export current view as HTML writes the open table, timeline or board to a single file that opens in any browser, with the tasks, the filter and the icons inside it.

Local API and MCP. Turn on Settings > Local API and the desktop app serves the vault's projects on 127.0.0.1 with a bearer token. Scripts use plain HTTP; coding agents connect over the Model Context Protocol:

claude mcp add --transport http dotpm http://127.0.0.1:<port>/mcp --header "Authorization: Bearer <token>"

Command line. npm install -g @dotpm/cli installs the dotpm command. Run inside the vault folder, it finds the server on its own.

dotpm projects
dotpm create <projectId> --title "Write the release notes" --due 2026-09-20
dotpm search release --status todo

Everything a client changes goes through the same code the views use and shows up in Obsidian at once. See docs/api.md and docs/cli.md.

TaskNotes. dotpm imports TaskNotes tasks with their dates, dependencies and hierarchy, and can share statuses and priorities with it. See docs/tasknotes.md.

Contributing

Bug reports and feature requests go in issues. Pull requests are welcome. For anything larger than a fix, open an issue first so the approach can be agreed on before the work is done.

The repo is a pnpm workspace on Node 24. pnpm dev builds into the vault named by VAULT_PATH, and pnpm check, pnpm check:submission and pnpm test are what CI runs.

License

MIT

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Abele
a month ago by dudaanton
An Obsidian plugin that adds a lot of functionality I personally find missing.
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Amazing Marvin Integration
2 years ago by Cloud Atlas
Interoperability between Obsidian and Amazing Marvin
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Apex Dashboard
3 months ago by PandoraReads
Stop switching between Obsidian notes. One page. Everything you need. Memo your thoughts, crush your todos, track your projects — and make it look incredible doing it.
Archiver
5 years ago by ivan-lednev
Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
Asana
2 years ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Auto Tasks
2 years ago by Jamie Hurst
Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Optionally uses the "Periodic Notes" and "Tasks" plugins.
Base Board
4 months ago by mderazon
Kanban Plugin For Obsidian
Bases Board
a month ago by flowing-abyss
Kanban and gallery views for Obsidian Bases.
BeautyTasks
2 months ago by Avni Bilgin
Todoist-style task & project manager for Obsidian — one markdown note per task, native UI, no plugin dependencies.
Big Calendar
5 years ago by Boninall
Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
BrainCore LifeOS
11 days ago by 囍樂
BrainCore 侧边栏不仅是一个展示面板,更是你整个 Obsidian 知识库的“核心呼吸机”。它由 6 大模块组成,涵盖了时间感知、极速收集、工作流转、习惯养成与知识内化。一切信息从这里输入,最终也会在这里沉淀。
Brainframe
3 years ago by pedersen
CardBoard
5 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Checkbox 3 states
4 years ago by Renaud Héluin @ NovaGaïa
This is a simple plugin for add a third state to checkbox list.
Checkbox Sounds
2 years ago by yasd251
Adds a nice completion sound for checkboxes when ticked in Obsidian
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Checklist Reset
4 years ago by Luke Hansford
Add a command to reset the state of any checklists in a document in Obsidian
Chronotyper
2 years ago by BambusControl
Obsidian plugin for tracking note edit time
Countdown To
a year ago by Gui Cattani
A countdown/progress Obsidian widget using progressbar.js
Custom State for Task List
3 years ago by Okami Wong
A plugin for Obsidian to define your own states for task items.
Day Planner
2 months ago by ivan-lednev
An Obsidian plugin for day planning with a clean UI and a simple task format
doing
2 years ago by rooyca
What was I doing?
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Dynamic Timetable
3 years ago by L7Cy
Calculate the estimated completion time from the estimated task time and dynamically create a timetable.
Ego Rock
3 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Fastimer
3 years ago by vkostyanetsky
Intermittent fasting tracker plugin for Obsidian
Fetch Prayer Times
2 years ago by Ecys
Fetches times from Aladhan API and inserts into a table.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Focus Time
2 years ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Gantt Calendar
3 months ago by Sugar
obsidian-gantt-calendar
Goal Tracker
2 years ago by Ben Rotholtz
Grandfather
5 years ago by Danny Hernandez
A simple Obsidian plugin to display the time and date on the status bar
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
GTD No Next Step
3 years ago by Tobias Davis
Obsidian plugin for GTD workflow, badge projects with no next step.
GTD Tasks
2 months ago by unpreditable
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Homework Manager
3 years ago by Kadison McLellan
An Obsidian plugin that keeps track of homework through a to-do list.
iCal
3 years ago by Andrew Brereton
This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
Kanban
5 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
Kanban Bases View
6 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Obsidian Bases that allows you to organize your notes into columns based on any property.
Kanban Status Updater
a year ago by Ankit Kapur
Obsidian plugin that automatically updates the note property when card is moved to a column.
Kikijiki Habit Tracker
2 years ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Lark Style CountDown Timer
10 months ago by Zhaoyang Yu
Live Life Recording
3 months ago by goryugocast
Operate tasks directly in Markdown with start/finish records, routine insertion, and a lightweight daily summary for Obsidian.
ManicTime
3 years ago by Finkit d.o.o.
Morgen Tasks
2 years ago by Morgen AG
Notion Bases
3 months ago by bgarciamoura
Turn any folder into a Notion-style database — 7 views, 17 column types, formulas, relations, rollups, and subtasks. All stored in plain Markdown frontmatter.
Notion Suite
11 days ago by craigstfn
Obsidian plugin: Notion-style databases, views, relations, rollups, charts and a / menu
Obsidian Google Tasks
4 years ago by YukiGasai
Add Google Tasks inside Obsidian
Obsidian-compatible Watcher for ActivityWatch
4 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
Open cards in imdone.
6 years ago by saxmanjes
Open cards in imdone from obsidian
Operon
2 months ago by Hasan Yılmaz
Task management system for humans and agents in Obsidian.
Order List
4 years ago by Henry Gustafson
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Pending notes
4 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Personal OS
2 years ago by A.Buot
Pivotal Tracker Integration
3 years ago by jondeates
Pomodoro Planner
3 years ago by Onur Nesvat
Power Bases
2 months ago by Power Plugins
Add board, calendar, timeline, chart, gallery, and table views to Bases, with inline editing, colors, rollups, field types, formulas, and CSV import.
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
Prisma Calendar
2 months ago by Matej Vavro Productivity
Prisma is not just a calendar plugin. It turns any note with a date into a flexible planning system inside Obsidian. There are no rigid schemas or predefined structures — just your data, your rules, fully under your control. It lets you see your entire vault through time.
ProgressTracker
a year ago by Van Nam
A plugin that helps you track progress and manage tasks in your notes.
Project Tasks
2 years ago by Paul Paterson
An Obsidian Add-in that allows you to create simple projects out of tasks
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Relative Timestamps
2 years ago by Charles Young
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Role Switch
7 months ago by Zafrem
This program is a tool that recognizes and makes task switching easier, even though multitasking is difficult.
Rollover Plus
23 days ago by Wren
Move unfinished tasks between daily notes with Rollover Plus.
Send to Canvas
a year ago by wenlzhang
An Obsidian plugin that allows you to send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.
Sheet Plus
2 months ago by ljcoder
obsidian spreadsheets solutions
Simple Reminder
13 days ago by Dmitry
Напоминалка
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Simplest Todo
4 months ago by kintolayli
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Stopwatch
5 years ago by Tokuhiro Matsuno
StoryLine
2 months ago by Jan Sandström
StoryLine transforms your Obsidian vault into a complete book planning and writing tool. Organize scenes, build characters, manage locations, track plotlines, and monitor your progress, all inside Obsidian.
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Tag Timer
9 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Task Board
2 years ago by Atmanand Gauns
An Obsidian plugin to view and manage your tasks from whole vault using much efficient boards using various methodologies.
Task Collector
4 months ago by ebullient
Manage tasks and logs within an Obsidian note.
Task list
3 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Task List Kanban
2 years ago by Chris Kerr
Task Marker
4 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
TaskChute Plus
a month ago by hiroyaiizuka
Execute Taskchute for Obsidian
TaskNotes
3 months ago by callumalpass
Task and time-tracking management with calendar integration for Obsidian
Tasks
5 years ago by Clare Macrae and Ilyas Landikov (created by Martin Schenck)
Task management for the Obsidian knowledge base.
Things Link
5 years ago by @gavmn
Things3 Today
3 years ago by wudanyang6
Time Things
2 months ago by plasmabit
Know when your note was was last updated. Track how much time you spent writing. Keep an eye on the clock.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Timelog
9 months ago by Eddie Blundell
Time logging plugin for obsidian
TimeStamper
5 years ago by Martin Eder
A plugin for Obsidian to quickly insert customized date- and time-stamps to the currently active note
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
TODOseq
2 months ago by Stephen Cross
TODOseq ("to-do-seek") is a lightweight, keyword-based task tracker for Obsidian
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Toggl Track
5 years ago by Maxime Cannoodt
A Toggl integration plugin for the popular knowledge base application Obsidian.
Track-a-Lot
3 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
Trello
5 years ago by Nathonius
An Obsidian Plugin that connects Trello cards to Obsidian notes.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
WakaTime
4 years ago by WakaTime
Obsidian.md plugin for automatic time tracking and metrics generated from your Obsidian usage activity.
Week Planner
4 years ago by Ralf Wirdemann
Wiki Companion
a month ago by Mo A
A minimalist, read-only calendar for Obsidian, built on the frontmatter you already have.
WorkLife Calendar
a month ago by RavenLife
All-in-one: a smart calendar, task and habit tracker, time tracker, and financial planner, all connected into a single ecosystem within Obsidian.
Xboard
a month ago by wrbin
一款易上手、已美化、更适合AI工作流的obsidian工作台
Xove Dashboard
a month ago by ty
Obsidian 个人工作台插件:把任务管理 / 项目管理 / 灵感收集 / 笔记统计 收进一个首页,数据全留在本地的。
Yandex Tracker Issue
a year ago by Pavel Sokolov
Yori Task
4 months ago by yorigo77
task manager, week planner, year planner
Yuhanbo Task
2 months ago by yuhanbo
Obsidian 智能任务管理与番茄时钟插件,集成 AI 智能拆分的任务管理系统,配备专业番茄时钟,提升工作效率。