michaelatdisney292 downloadsA 12-month linear calendar to visualize note flow and clusters. This is based on the Linear Calendar concept from Nick Milo.
A 12-month linear calendar for Obsidian to visualize note flow and clusters. Visualize your year at a glance with a clean, continuous timeline.
main.js, styles.css, and manifest.json from the releases page (or build from source).linear-calendar-plugin in your vault's .obsidian/plugins/ directory.You can create an event in two ways:
+ button in the calendar view toolbar.Linear Year Map: Add New Event.This will create a new note in your configured Default Events Folder with the necessary frontmatter.
To make any note appear on the calendar, simple add the Trigger Tag (default: #linearCal) and the following keys to its frontmatter:
---
tags: linearCal
start_date: 2026-03-15
end_date: 2026-03-18 # Optional: for multi-day events
category: Work # Optional: Matches your settings for color coding
---
#linearCal).If you enjoy this plugin, please let me know!
This plugin differs slightly but is directly based on the Linear Calendar concept developed by Nick Milo. You can check out the original concept and digital download here: Linking Your Thinking - Linear Calendar.