Everything you need to know about Project Planner. Can't find what you're looking for? Join our Discord community.
Tasks are stored as markdown files with YAML frontmatter directly in your Obsidian vault. There's no external database — everything lives as plain text files you own and control.
Markdown Sync provides bidirectional synchronization between Project Planner's visual interface and your markdown files. Changes made in either place are automatically reflected in the other.
Yes! You can create task files manually using YAML frontmatter with fields like status, priority, due date, and tags. Project Planner will detect and display them automatically.
Yes, Markdown Sync works seamlessly with Obsidian Sync since all data is stored as standard markdown files in your vault.
Absolutely. Because tasks are standard markdown with YAML frontmatter, they work with plugins like Dataview, Templater, and others in the Obsidian ecosystem.
Click the New Project button in the Dashboard or use the command palette (Ctrl/Cmd + P) and search for 'Project Planner: New Project'.
Completion rate is calculated based on the ratio of completed tasks to total tasks within a project, including subtask progress.
Dashboard metrics update in real-time as you make changes to tasks within your vault.
Yes, columns in Grid View can be reordered by dragging and dropping column headers to your preferred arrangement.
Tasks currently support a single parent in the hierarchy. You can use tags and links to create cross-references between related tasks.
Yes, subtask completion is factored into the parent task's overall completion percentage.
Buckets are customizable columns in Board View that represent stages of your workflow. They can map to status values but offer more flexibility for organizing tasks visually.
Simply drag and drop a task card from one bucket column to another. The task's associated properties will update automatically.
Yes, each project can have its own set of custom buckets tailored to its specific workflow.
In Timeline View, you can drag the edges of a task bar to adjust its start and due dates, or click the task to edit dates in the details panel.
Timeline View supports multiple zoom levels from daily to yearly views, allowing you to see fine-grained detail or a big-picture overview.
Moving a parent task bar will adjust its date range. Subtask behavior depends on your settings — they can move proportionally or remain fixed.
These are dependency types: Finish-to-Start (FS) means a task can't start until another finishes. Start-to-Start (SS) means tasks start together. Finish-to-Finish (FF) means tasks finish together. Start-to-Finish (SF) means a task can't finish until another starts.
Project Planner detects circular dependencies and will warn you, preventing the creation of invalid dependency chains.
The Dependency Graph view can highlight the critical path — the longest chain of dependent tasks that determines the minimum project duration.
Join our Discord community or check out the full documentation.