The Linear plugin integrates your Linear workspace with your notes, letting you embed and filter issues directly inside them. You can configure code blocks with options to limit the number of issues, filter by team, status, or assignee, and even sort results by due date. Visual cues like color-coded badges and emoji indicators highlight statuses and deadlines, making it easier to track what needs attention. The plugin also supports toggling descriptions, combining multiple filters for precise views, and showing due date indicators for today, tomorrow, upcoming, or overdue tasks. Status colors match your Linear workflow states for consistency. A debug mode is available to log detailed activity, which is useful for troubleshooting.
Linear account
Linear API key
Obsidian Desktop (mobile not supported)
Release with review feedback fixes
This release addresses all feedback from the Obsidian review process:
✅ Fixed plugin naming (Linear Plugin for Obsidian)
✅ Removed empty fundingUrl from manifest.json
✅ Removed generated main.js from repository
✅ Removed top-level heading from settings tab
✅ Used sentence case for UI elements
✅ Updated to MarkdownRenderer.render (non-deprecated API)
✅ Fixed LinearProcessor lifecycle with MarkdownRenderChild
✅ Implemented YAML parsing with parseYaml
✅ Fixed team cache optimization
Features:
- Display Linear issues in Obsidian notes with advanced filtering
- Filter by team, status, assignee, and due date
- Sort issues by due date (ascending/descending)
- Due date indicators with color-coded badges
- YAML-based configuration format
- Debug mode for troubleshooting
- Memory leak prevention with proper lifecycle management