30jannik06487 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 jump to the lineSearch 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:
| Setting | Default | Description |
|---|---|---|
| Projects folder | 01_Projekte/ |
Root folder scanned for project subfolders and hub files |
| Sessions folder | (empty) | Override folder for "Recently edited" — leave empty to scan projects folder |
| Journal folder | 04_Journal/ |
Folder of daily notes for the heatmap |
| Quick actions | 3 defaults | Configurable label, template path, and filename prefix per button |
| Pinned notes | (empty) | List of vault-relative paths to always-accessible notes |
| Sections | all on | Toggle and reorder each section independently |
| Open on new tab | on | Replace empty new tabs with the cockpit view |
Each project is a subfolder inside your projects folder. The hub file is a sibling .md with the same name as the folder:
01_Projekte/
My-Project/ ← session and note files
Session-2026-04-17.md
notes.md
My-Project.md ← hub file (frontmatter: status: active)
Supported status values: active / aktiv, paused / pause, done / abgeschlossen.
pnpm install
pnpm dev # watch mode
pnpm build # production build
pnpm typecheck # TypeScript
pnpm lint # ESLint
The plugin folder is symlinked into a local Obsidian vault for live testing.
MIT