A Gantt chart, inside Obsidian

Start and due bars, dependencies between tasks, progress, an unscheduled tray and zoom from a single day out to a whole year — drawn from ordinary Markdown notes in your own vault.

Unlock Pro Download the free version

InventTasks Gantt view inside Obsidian showing task bars, dependency arrows and a timeline header

Search for an Obsidian Gantt plugin and you mostly find Mermaid: a diagram you write by hand, in a code block, that knows nothing about your tasks.

That is fine for a diagram inside a document and useless as a working plan, because nothing on it is a task you can open, tick off or reschedule. Obsidian is excellent at notes and poor at schedules.

InventTasks draws the chart from real Items. Every bar is a Markdown file with start_date and due_date in frontmatter. Drag the bar and the file changes. Close the task and the bar updates. There is no separate project database to keep in step.

What the chart does#

It is one view of the same tasks#

The Gantt chart is not a separate mode you have to maintain. It is one of six layouts over the same Items — switch to Board to run the week, Calendar to see deadlines, Table to bulk-edit, and back to Gantt to see the shape of the whole thing. Filters, grouping and saved views carry across.

That matters more than it sounds. A plan that lives in its own tool drifts from the work within a fortnight, because updating it is a second job. Here the plan is the work.

Honest limits#

Where the data lives#

---
id: TSK-00042
title: Ship the API
status: in_progress
start_date: 2026-09-01
due_date: 2026-09-14
progress: 60
relationships:
  blocks: [TSK-00043]
---

That is the whole storage format. Open the file in Obsidian's editor, keep it in Git, sync it with your own server, grep it, or read it in ten years with any text editor.

Try it#

The free version includes the Gantt view with every other feature — the free plan limits capacity (1 Space, 5 lists, 50 open tasks), not features. If a project fits in that, you never need to pay.