30jannik0628 downloadsReplaces the new tab with a project dashboard: status overview, open TODOs, journal heatmap, mini graph, and backlinks.
An Obsidian plugin that replaces the new tab with a project dashboard — all your active work at a glance.

- [ ] items across your projects, grouped by project. Click to check off inline or open the file.YYYY-MM-DD.md) or datum frontmatter.Search for Project Cockpit in Settings → Community Plugins.
main.js, styles.css, and manifest.json from the latest release.<vault>/.obsidian/plugins/project-cockpit/.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 |
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.
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.
MIT