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

Cairn

cyrillcyrill33 downloads

Collect TODO markers from your vault in a sidebar.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Collect TODO markers from across your Obsidian vault in one sidebar.

Cairn keeps lightweight, local task lists close to the notes they belong to. Open the sidebar to review markers, jump back to their source notes, and remove a finished item without leaving the panel.

Features

  • Scans Markdown files for a configurable marker keyword (default TODO or TODO:).
  • Shows all matches in a dedicated sidebar, grouped by the first frontmatter tag on each note.
  • Opens the source note at the matching line.
  • Opens wiki links contained in a todo directly from the sidebar.
  • Removes a marker's entire source line when you select its completion button.
  • Lets you drag a marker to an existing tag group to update the note's tag.
  • Highlights the marker keyword in the editor and reading view.
  • Marks files that contain active markers in the File Explorer.

Screenshots

Cairn sidebar

Editor highlights

Installation

From the Community directory

After Cairn is published, open Settings → Community plugins, search for Cairn, install it, and enable it.

Manual installation

  1. Download main.js, manifest.json, and styles.css from a Cairn release.
  2. Create <your-vault>/.obsidian/plugins/cairn/.
  3. Copy the three files into that folder.
  4. Restart Obsidian, then enable Cairn under Settings → Community plugins.

Usage

  1. Add markers to your Markdown notes, for example:

    TODO: Review the project brief
    - TODO: Prepare [[Launch plan|the launch plan]]
    
  2. Select the Cairn ribbon icon, or run Refresh todos, to open or refresh the sidebar.

  3. Select a note name to open the marker at its source line.

  4. Select the circle next to a marker to remove that entire source line.

To group a note's markers, add YAML frontmatter with a tag:

---
tags:
  - work
---

TODO: Send the project update

You can drag a marker into another existing tag group in the sidebar to change its note's tag.

Supported marker syntax

Cairn recognizes a case-sensitive standalone keyword, with an optional colon. The default keyword is TODO; you can change it in Settings → Community plugins → Cairn. Markers can appear in ordinary text or Markdown list items. Case variants like todo or Todo are not recognized.

Settings

Open Settings → Community plugins → Cairn to configure:

  • Marker keyword — the word that marks a to-do line (default TODO). The vault is rescanned automatically after changes.

Commands and interface

  • Refresh todos rescans every Markdown file in the vault and refreshes the Cairn sidebar.
  • The Cairn ribbon icon opens the sidebar. If the sidebar is already open, it brings it into view and refreshes the list.
  • A note-name button opens the note at the marker's line.
  • A marker's circle button removes the entire matching line from its note.
  • Dragging a marker onto a named tag group updates the source note's frontmatter tag.

How Cairn changes notes

Cairn scans vault Markdown files locally. A scan does not add markers or otherwise change their content.

Two actions can modify a note:

  • Complete a marker: removes the complete source line. This is deliberate and irreversible from within Cairn; use Obsidian's normal Undo command immediately if needed.
  • Move to a tag group: changes the note's YAML tags field. The note must already contain YAML frontmatter, and Cairn uses the first tag as its sidebar group.

Review and back up important notes as you normally would before using any plugin that writes to vault files.

Limitations

  • Selecting a marker's completion button deletes the whole matching line; there is no built-in undo or archive action.
  • Refresh the sidebar after editing marker text or creating a new marker outside Cairn.
  • Grouping uses the first tag in a note's YAML frontmatter. Dragging is available only when a destination tag group already exists.
  • Cairn treats matching text literally; it does not interpret task syntax, due dates, priorities, or nested tasks.

Troubleshooting

The sidebar is empty

Run Refresh todos and confirm that the note is a Markdown file containing the configured marker keyword (default TODO).

A marker is in the wrong group

Open the source note and check its YAML frontmatter. Cairn uses the first value under tags. Edit the frontmatter directly, then run Refresh todos.

A File Explorer indicator is missing

Refresh the list, then collapse and expand the relevant folder. The indicator is only applied to visible File Explorer entries.

The plugin does not load

For a manual installation, confirm that main.js, manifest.json, and styles.css are directly inside <your-vault>/.obsidian/plugins/cairn/, then restart Obsidian and enable Cairn.

Privacy

Cairn runs entirely locally. It makes no network requests, sends no vault data or telemetry, and only reads or updates Markdown files in the current vault when you use its features.

Development

This project uses pnpm and Node.js 22 or later.

pnpm install --frozen-lockfile
pnpm run dev

Run the production checks before a release:

pnpm run build
pnpm run test
pnpm run lint

See CONTRIBUTING.md for development and review expectations, SECURITY.md for vulnerability reporting, and RELEASING.md for the release checklist.

See CHANGELOG.md for release history.

License

Licensed under the GNU General Public License v3.0. See LICENSE.

HealthExcellent
ReviewSatisfactory
About
Collect TODO markers across your vault into a dedicated sidebar for quick review and navigation. Group markers by the first frontmatter tag, jump to source lines, complete and remove marker lines, open wiki links, drag markers to retag notes, and highlight files that contain active markers.
TasksSidebarTags
Details
Current version
1.0.0
Last updated
2 weeks ago
Created
2 weeks ago
Updates
1 release
Downloads
33
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
GPL-3.0
Report bugRequest featureReport plugin
Author
cyrillcyrill
GitHubcyrill0
  1. Community
  2. Plugins
  3. Tasks
  4. Cairn

Related plugins

Checklist

Consolidate checklists across all files into a single view.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

TagFolder

Show tags as folder.

Tags Overview

An extended tags panel where tagged files can be easily viewed, filtered, and accessed.

Apex Dashboard

Your personal command center — memos, todos, and projects in one stunning glassmorphism dashboard.

Sidebar Highlights

View and manage text highlights, comments on highlights, native comments, and collections for your highlights.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

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.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.