Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Project Cockpit

30jannik0630jannik0628 downloads

Replaces the new tab with a project dashboard: status overview, open TODOs, journal heatmap, mini graph, and backlinks.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

An Obsidian plugin that replaces the new tab with a project dashboard — all your active work at a glance.

Project Cockpit Screenshot

Features

  • Projects — cards with status badges (Active / Paused / Done), TODO count, and last-modified time. Filter by status.
  • Open TODOs — all unchecked - [ ] items across your projects, grouped by project. Click to check off inline or open the file.
  • Recent Sessions — the last files you edited, with project and timestamp.
  • Journal Heatmap — GitHub-style activity grid of the last 52 weeks. Reads your journal folder by filename (YYYY-MM-DD.md) or datum frontmatter.
  • Mini Graph — force-directed graph of links between your project files. Drag, zoom, and pan. Double-click to reset.
  • Stats Bar — active projects, open TODOs, journal entries this week, and current streak.
  • Backlinks Panel — the 7 most linked files within your projects folder.
  • Quick Actions — one click to create a new session, journal entry, or idea from a template.

Installation

From the Community Plugin Store

Search for Project Cockpit in Settings → Community Plugins.

Manual

  1. Download main.js, styles.css, and manifest.json from the latest release.
  2. Copy them into <vault>/.obsidian/plugins/project-cockpit/.
  3. Enable the plugin in Settings → Community Plugins.

Configuration

Open Settings → Project Cockpit to configure:

Setting Default Description
Projects folder 01_Projekte Root folder scanned for project subfolders
Journal folder 04_Journal Folder containing your daily notes
Template — New Session 05_Templates/Projekt-Session.md Template used by the New Session quick action
Template — Journal 05_Templates/Journal.md Template used by the Journal heute quick action
Template — New Idea 05_Templates/Idee.md Template used by the Neue Idee quick action

Project structure expected

Each project is a subfolder inside your projects folder. The plugin identifies the hub file by name — a .md file with the same name as its folder, placed as a sibling:

01_Projekte/
  My-Project/             ← session and note files go here
    Session-2026-04-17.md
    notes.md
  My-Project.md           ← hub file (same name as folder, frontmatter: status: active)

Supported status values: active / aktiv, paused / pause, done / abgeschlossen.

Development

pnpm install
pnpm dev        # watch mode
pnpm build      # production build
pnpm lint       # ESLint
pnpm typecheck  # TypeScript

The plugin folder is symlinked into a local Obsidian vault for live testing.

License

MIT

97%
HealthExcellent
ReviewSatisfactory
About
Replace the new tab with a project dashboard that displays project cards with status badges, TODO counts, last-modified times, and status filters. Aggregate open TODOs by project, show recent sessions, a 52-week journal heatmap, link graph, stats bar, backlinks, and one-click quick actions.
Project managementTasksVisualization
Details
Current version
0.1.5
Last updated
2 days ago
Created
Last month
Updates
6 releases
Downloads
28
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
30jannik0630jannik06
github.com/30jannik06
GitHub30jannik06
  1. Community
  2. Plugins
  3. Project management
  4. Project Cockpit

Related plugins

Tasks Map

A visual graph view of your tasks.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.

Base Board

Organize notes into Kanban boards using frontmatter properties. Drag and drop cards between columns powered by Bases.

Kanban

Create Markdown-backed Kanban boards.

Project Manager

Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.

Task List Kanban

Organizes all of the tasks within your files into a kanban view.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.

Excalidraw

Create and edit Excalidraw drawings.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.