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

Todo Sidebar

Andrii OriekhovAndrii Oriekhov102 downloads

Lists every checkbox from the currently open note in a sidebar panel. Toggle tasks or jump to their line.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

An Obsidian plugin that shows every checkbox from the currently open note in a sidebar panel.

Task panel in Obsidian's right sidebar, tasks grouped under note headings with a progress bar

Requires Obsidian 1.7.2 or newer (for the awaitable revealLeaf).

What it does

  • Lists all - [ ] / - [x] items of the active note in the right sidebar, nested the way they are in the note.
  • Groups tasks under the heading they sit below, with a per-section done/total. Headings that contain no checkboxes are skipped, and clicking a heading jumps to it. Can be turned off in settings.
  • Refreshes on note switch, rename, and when Obsidian re-indexes the note — i.e. shortly after a save, since tasks come from the metadata cache, which describes the file on disk (Obsidian's own save is debounced ~2s while you type).
  • Click a checkbox in the panel to toggle it in the note (through the editor, so undo works). The panel updates immediately and the file is saved right away.
  • Click a task row to jump the cursor to that line; links inside the text still open normally.
  • Header shows a done/total count and a progress bar.
  • Eye button in the header (or the command palette) toggles completed tasks in and out of view.
  • Task text is rendered as markdown, so links, **bold**, and tags look right.
  • Ignores checkboxes inside fenced code blocks and frontmatter, because Obsidian's metadata cache already does.

Usage

Open the panel with the ribbon icon (checklist) or the command palette: Show note tasks in sidebar.

Commands:

  • Todo Sidebar: Show note tasks in sidebar
  • Todo Sidebar: Toggle completed tasks visibility

Settings: group by heading (on by default), hide completed tasks, open the panel automatically on startup.

Install

Settings → Community plugins → Browse → search Todo Sidebar → Install → Enable. Or open the directory listing.

Install a pre-release with BRAT

BRAT installs plugins straight from a GitHub release and keeps them updated, so testers do not have to copy files by hand.

  1. Install and enable BRAT from Settings → Community plugins → Browse.
  2. Run the command Add a beta plugin for testing.
  3. Enter the repository path: andriyor/obsidian-todo-sidebar.
  4. Enable Todo Sidebar in Settings → Community plugins.

Install manually

Download main.js, manifest.json, and styles.css from the latest release into <vault>/.obsidian/plugins/todo-sidebar/:

VAULT="/path/to/vault"
DEST="$VAULT/.obsidian/plugins/todo-sidebar"
mkdir -p "$DEST"
gh release download --repo andriyor/obsidian-todo-sidebar \
    -p main.js -p manifest.json -p styles.css -D "$DEST"

Then enable Todo Sidebar in Settings → Community plugins (Restricted mode off).

Development

Node version in .nvmrc, pnpm pinned via packageManager in package.json.

pnpm install
pnpm dev     # esbuild watch mode → main.js
pnpm build   # typecheck + minified production bundle
pnpm test    # parser unit tests (node --test, no framework)
pnpm lint    # @e18e/eslint-plugin recommended (modernization + perf + banned deps)

esbuild is allowed to run its postinstall script via allowBuilds in pnpm-workspace.yaml — pnpm blocks postinstall by default, and esbuild needs its to fetch the platform binary.

Source lives in src/; main.js at the repo root is the generated bundle and is gitignored.

Symlink the repo into a vault so pnpm dev rebuilds land there directly:

ln -s "$PWD" "$VAULT/.obsidian/plugins/todo-sidebar"

Reload the plugin after a rebuild with the Reload app without saving command, or install the Hot Reload plugin.

Releasing

Releases install from the assets, so attach main.js, manifest.json, and styles.css. Tag, release name, and the version in the released manifest.json must be identical — BRAT treats the tag as the source of truth and warns if the manifest disagrees.

# bump version in manifest.json and package.json first
pnpm build   # main.js is gitignored, so build before attaching it
gh release create 1.0.0 main.js manifest.json styles.css --title 1.0.0

Add a versions.json entry only when minAppVersion changes. For a pre-release, use a matching tag/name/version such as 1.0.1-beta.1 and mark the release as a pre-release.

HealthExcellent
ReviewSatisfactory
About
Display every checkbox from the active note in the right sidebar, nested and grouped under their headings with per-section done/total counts and a progress bar. Toggle checkboxes to update the note (editor undo works), click a task to jump the cursor, hide completed tasks, and render task text as Markdown while ignoring code blocks and frontmatter.
TasksSidebar
Details
Current version
1.0.2
Last updated
Last month
Created
Last month
Updates
3 releases
Downloads
102
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Andrii OriekhovAndrii Oriekhovandriyor
GitHubandriyor
  1. Community
  2. Plugins
  3. Tasks
  4. Todo Sidebar

Related plugins

Checklist

Consolidate checklists across all files into a single view.

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.

Tag Wrangler

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

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.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

Recent Files

Display a list of recently opened files.