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

Linear

caseybeckingcaseybecking864 downloads

Integrate Linear issues with advanced filtering, sorting, and visual enhancements. Features include due date indicators, status colors, and comprehensive debug logging.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

This plugin integrates Linear (https://linear.app) with Obsidian (https://obsidian.md), allowing you to embed and filter Linear issues directly in your notes.

Note: This plugin is currently desktop-only and does not support mobile devices.

Features

  • Fetch and embed one or more Linear issues by their IDs directly in your notes

Fetch Linear Issues by ID

You can pull one or more specific Linear issues into your notes using a code block with the issue IDs:

Single Issue

```linear
id: ISSUE_ID
```
  • Replace ISSUE_ID with the actual Linear issue ID (e.g., 1234, LIN-123, or the unique identifier from Linear).
  • You can also use issueId as the key if you prefer.

Multiple Issues

```linear
ids:
  - LIN-123
  - LIN-456
  - LIN-789
```
  • List as many IDs as you want under ids: (YAML array format).
  • The plugin will fetch and render each issue in the order listed.
  • If an ID is not found, an error message will be shown for that ID.

This is useful for referencing or embedding individual issues from your team's projects directly into your Obsidian notes.

Display Options

You can customize how issues are displayed using YAML options in the code block:

Limit Number of Issues

To limit the number of issues displayed, use the limit option:

limit: 5

This will show only the 5 most recent issues. If no limit is specified, all issues will be displayed.

Filter by Team

To show issues from a specific team, use the team option with the team's name:

team: Engineering

Filter by Status

To show issues with a specific status, use the status option with the status name:

status: In Progress

The status name matching is case-insensitive and forgiving of special characters, so "inprogress" and "In Progress" will work the same way.

Filter by Assignee

To show issues assigned to a specific person, use the assignee option with their email address:

assignee: [email protected]

Sort by Due Date

To sort issues by their due date, use the sorting option:

sorting: dateascending   # Sort by due date, oldest first
sorting: datedescending  # Sort by due date, newest first

Hide Description

To show only issue titles without descriptions, use the hideDescription option:

hideDescription: true

Combining Options

You can combine multiple options to create specific views:

team: Engineering
status: In Progress
assignee: [email protected]
sorting: dateascending
hideDescription: true
limit: 3

This will show the 3 oldest In Progress issues from the Engineering team that are assigned to the specified user, without descriptions.

Visual Enhancements

Due Date Indicators

Issues display due dates with color-coded badges and emoji indicators:

  • 📅 Due Today (orange)
  • 📅 Due Tomorrow (blue)
  • ⚠️ Overdue (red)
  • 📅 Upcoming (green)
  • 📅 No due date (gray)

Status Colors

Each status is displayed with a color-coded badge matching your Linear workflow states.

Debug Mode

The plugin includes a debug mode that can be enabled in settings. When enabled, it provides comprehensive logging (prefixed with 🔄) in the developer console, helping you troubleshoot:

  • Plugin initialization and settings changes
  • API requests and responses
  • Filter applications and option parsing
  • Due date calculations
  • Status matching
  • Team identification
  • Description rendering decisions

To use debug mode:

  1. Open Obsidian Settings
  2. Go to Community Plugins > Linear
  3. Enable the "Debug Mode" toggle
  4. Open the developer console (Ctrl+Shift+I or Cmd+Option+I)
  5. Look for messages prefixed with 🔄

Debug logs are only shown when debug mode is enabled, keeping your console clean during normal operation.

Error Handling

The plugin includes comprehensive error handling:

  • Detailed error messages showing both team and status context
  • Graceful fallback for invalid status names
  • Automatic status name normalization
  • Cache management for workflow states
  • Clear distinction between expected conditions and actual errors

Installation

Requirements:

  • Obsidian Desktop (Mobile devices are not supported)
  1. Open Obsidian Settings
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Linear"
  4. Install the plugin and enable it

Configuration

  1. Get your Linear API key from Linear's settings
  2. Open the plugin settings in Obsidian
  3. Enter your Linear API key
  4. (Optional) Enable debug mode to see detailed logs in the developer console

Development

Prerequisites

  • NodeJS v16 or higher
  • npm or yarn

Setup

  1. Clone this repository
  2. Run npm install or yarn to install dependencies
  3. Run npm run dev to start compilation in watch mode

Building

Run npm run build to create a production build.

Testing

To test the plugin in Obsidian:

  1. Build the plugin using npm run build
  2. Copy main.js, manifest.json, and styles.css to your Obsidian plugins directory
  3. Enable the plugin in Obsidian
  4. Create a code block with the language set to linear
  5. Check the developer console (Ctrl+Shift+I or Cmd+Option+I) for debug logs
75%
HealthGood
ReviewCaution
About
Embed Linear issues in notes by fetching one or more issue IDs and rendering them inline. Filter and sort results by team, status, assignee, or due date, and limit how many issues display. Desktop-only.
Project managementIntegrationsTasks
Details
Current version
1.1.3
Last updated
7 months ago
Created
12 months ago
Updates
4 releases
Downloads
864
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
caseybeckingcaseybecking
github.com/caseybecking
GitHubcaseybecking
  1. Community
  2. Plugins
  3. Project management
  4. Linear

Related plugins

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.

Reminder

Manage Markdown TODOs with reminder.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Todoist Sync

Materialize Todoist tasks within your notes.

Base Board

Organize notes into Kanban boards using frontmatter properties. Drag and drop cards between columns powered by Bases.

TaskChute Plus

Execute TaskChute that slots today's tasks, tracks projects, adds comments, and keeps you focused on now.

Project Manager

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

Tasks Map

A visual graph view of your tasks.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

TaskNotes

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