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
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Bases Timeline

Mattia StellaMattia Stella130 downloads

Notion-style timeline view for Bases: plan project notes on draggable bars with statuses, priorities and dates.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates8

An Obsidian plugin that adds a Notion-style Timeline view to Bases, designed to manage projects as notes with properties.

How it works

Each project is a note (for example in a projects/ folder) with these frontmatter properties:

---
status: cooking      # inbox | not started | cooking | on hold | clean | archive
priority: high       # urgent | high | medium | low
tags: []
start: 2026-07-06
end: 2026-07-20
---

The project title is the file name.

Timeline view

The view registers alongside the native Bases views (Table, Cards, List) under the name Timeline:

  • Notion-style side panel listing projects, collapsible with an animated transition (on mobile it is the default view);
  • horizontal bars from start date to end date, with a colored priority pill (urgent = red, high = orange, medium = yellow, low = gray); titles overflow past the bar when it is too narrow;
  • red "today" indicator with a Today button to re-center, and a zoom selector in the header;
  • drag a bar to move a project in time, drag its edges to change start or end — dates are written back to the frontmatter, with date labels fading in at the bar edges (also on hover);
  • hover the row of an unscheduled project to preview a bar under the cursor and click to schedule it (default length depends on the zoom level);
  • arrow chips appear at the viewport edges for bars scrolled out of view: hover shows the dates, click scrolls back to the bar;
  • click to open the note (Cmd/Ctrl+click in a new tab, Alt/Shift+click in a split), hover for the page preview;
  • zoom levels: Day / Week / 2 weeks / Month / Quarter / Year / 5 years — pick one from the header, or pinch on the trackpad (ctrl/cmd + wheel, two-finger pinch on touch) to zoom around the pointer;
  • collapsible groups (with Bases "Group by", e.g. by status), ordered by your workflow and sorted by priority within each group;
  • drag a project from the side panel onto another group header to change its status, and click the priority pill on a bar to pick a new priority;
  • when a note was opened in a side split from the timeline, later clicks open notes as new tabs next to it instead of replacing the view;
  • icons assigned with Iconize (emoji or icon packs) are shown next to project titles;
  • unscheduled projects appear only in the side panel.

The properties used for start, end and priority are configurable per view (defaults: start, end, priority).

Note: the Bases toolbar search matches against the view's visible properties (the "Properties" menu). The view defaults to file.name when none are configured; add more properties there to make them searchable too.

Setup

  1. Enable the Bases core plugin.
  2. Create a .base file (see examples/Progetti.base) or add a Timeline view to an existing Base.
  3. Filter the Base to your projects folder, e.g. file.inFolder("projects").

In the plugin settings you can set the property names used when writing back a status or priority, and the status order used to sort the groups.

The interface is available in English, Italian, French, German and Spanish, following the Obsidian language.

Installation

Requires Obsidian 1.10.2+.

Manual

  1. Download (or build) main.js, manifest.json and styles.css.
  2. Copy them to <vault>/.obsidian/plugins/bases-timeline/.
  3. Reload Obsidian and enable Bases Timeline in Settings → Community plugins.

Building

npm install
npm run build   # produces main.js
npm run dev     # build in watch mode

Development

  • src/main.ts — view registration and settings.
  • src/timeline-view.ts — the Timeline view (BasesView).
  • src/i18n.ts — UI translations (en, it, fr, de, es).
  • styles.css — styles (uses Obsidian CSS variables, works in light and dark themes).
HealthExcellent
ReviewPassed
About
Add a Notion-style Timeline view to Bases to visualize projects as horizontal bars with start/end dates, colored priority pills, and a Today indicator. Drag bars or edges to move or resize dates and save them to note frontmatter, group and sort projects by status or priority, drag between groups to change status, and click to open or preview notes.
BasesProject management
Details
Current version
0.4.1
Last updated
7 days ago
Created
3 weeks ago
Updates
8 releases
Downloads
130
Compatible with
Obsidian 1.10.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Mattia StellaMattia Stellammattia09
GitHubmmattia09
  1. Community
  2. Plugins
  3. Bases
  4. Bases Timeline

Related plugins

Kanban Bases View

A kanban-style drag-and-drop custom view for Bases.

Board View

Interactive board view for bases, use as Kanban or Gallery, with grouping for rows and columns.

Bases Kanban

Kanban board view for Bases.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Maps

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

Longform

Helps you write and edit novels, screenplays, and other long projects.

Project Manager

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

LifeOS

Life management system.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.