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

Subtle TOC

Leandro VoltolinoLeandro Voltolino378 downloads

A floating, Capacities-style table of contents with a minimap on the edge, active-heading tracking, click-to-scroll and document stats.

Add to Obsidian
Subtle TOC screenshot
  • Overview
  • Scorecard
  • Updates6

A floating, Capacities-style table of contents for Obsidian.

A discreet dashed minimap lives on the edge of your note. Hover (or click) it and a popover outline slides out — the heading for the section you're reading is highlighted, and clicking any heading jumps to it.

It can also surface the note's open tasks in a second tab — with a live count and optional one-click completion — while the minimap stays focused on structure.

Features

  • Floating popover overlaid on the note (no sidebar pane needed).
  • Edge minimap of dashes, one per heading, sized by heading level.
  • Active-heading tracking in both Editing (Live Preview / Source) and Reading mode.
  • Click to navigate with optional smooth scroll — works in both modes.
  • Tasks tab — the note's open tasks (unchecked checkboxes), in document order, as a second tab in the popover, with a live open-task count on the tab.
  • Edge task badge — a checkbox + count on the edge whenever the note has open tasks (below the dashes, or on its own when the note has no headings).
  • Complete from the TOC (optional) — turn on task checkboxes to tick a task straight from the popover; it's marked done in the note (undoable in Editing mode), strikes through, and drops out the next time you open the popover.
  • Show what you want: headings, tasks, or both.
  • Multi-line rows so long headings and tasks are readable in full — or turn them off for single-line rows with the full text in a tooltip.
  • Tweakable feel: which tab leads the popover, how long it waits before closing, the color of the selected tab, and whether the edge shows the task badge. Leaving the popover sideways, back toward the note, always closes it at once.
  • Configurable side (left/right), open trigger (hover/click) and heading-level range. The heading-level range doesn't apply to tasks.

Settings

Setting Default What it does
Show Both Surface headings, tasks, or both.
Default tab Headings Tab that leads the tab bar and opens first; after that the last-used tab is kept.
Show task checkboxes Off Add a checkbox to each task row to complete it from the popover.
Show multiple lines On Wrap long rows; when off, rows are single-line and hovering shows the full text.
Active tab color theme Background of the selected tab. Reset it to follow the theme.
Show minimap On The dashed markers on the edge of the note.
Show tasks in minimap On The open-task badge on the edge. Notes with tasks but no headings always show it.
Side Right Which edge the TOC docks on.
Open the popover on Hover Hover the minimap, or require a click.
Close delay 160 ms Grace period before the popover closes once the mouse leaves it.
Smooth scroll On Animate the scroll when navigating.
Minimum / maximum heading level 1 / 6 Heading levels to include (tasks are unaffected).

Screenshots

Suble TOC

Install (Community plugins)

  1. Open Settings → Community plugins in Obsidian.
  2. Make sure Restricted mode is turned off (click Turn on community plugins if needed).
  3. Click Browse, search for Subtle TOC, and open its page.
  4. Click Install, then Enable.

Install (BRAT — beta / before it's in the directory)

If the plugin isn't in the official Community plugins directory yet, you can install it with BRAT:

  1. Install BRAT from Settings → Community plugins → Browse and enable it.
  2. Open the command palette and run BRAT: Add a beta plugin for testing.
  3. Paste the repository URL:
    https://github.com/xupisco/obisidian-suble-toc
    
  4. Confirm — BRAT downloads the latest release and keeps it up to date.
  5. Enable Subtle TOC in Settings → Community plugins.

Install (manual / for development)

  1. Build the plugin:
    npm install
    npm run build      # produces main.js
    
  2. Copy main.js, manifest.json and styles.css into your vault at:
    <vault>/.obsidian/plugins/subtle-toc/
    
  3. Reload Obsidian and enable Subtle TOC in Settings → Community plugins.

Develop

npm install
npm run dev          # esbuild watch -> rebuilds main.js on change

Point the output at a test vault by symlinking the plugin folder, or copy the three files after each build. Use the "Toggle TOC popover" command (assign a hotkey) to open/close the outline from the keyboard.

How it works

  • Headings and tasks both come from Obsidian's metadataCache, so the outline stays in sync as you type. Tasks are the open list items (- [ ]) of the active note only.
  • Active-heading detection uses CodeMirror 6 line geometry in Editing mode and the preview scroll position in Reading mode. Clicking a task navigates to it the same way headings do.
  • Completing a task edits the note through the editor in Editing mode (so it's undoable) and writes the file directly in Reading mode.
  • One overlay instance is bound to the active Markdown view at a time and rebuilt when you switch notes, panes or modes.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Add a floating Capacities-style table of contents with a discreet dashed minimap on the edge of your note. Hover or click to open a popover outline that highlights the active heading and jumps to sections; tracks headings in editing and reading modes and supports smooth scroll plus side and level options.
OutliningNavigation
Details
Current version
0.4.2
Last updated
Last week
Created
4 weeks ago
Updates
6 releases
Downloads
378
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Leandro VoltolinoLeandro Voltolinoleandro
xupisco.net
GitHubxupisco
  1. Community
  2. Plugins
  3. Outlining
  4. Subtle TOC

Related plugins

Notebook Navigator

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

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

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.

TagFolder

Show tags as folder.

Outliner

Work with your lists like in Workflowy or Roam Research.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Tab Switcher

Switch your tabs with Ctrl + Tab in recently used order like in a browser.