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

Quick Capture Triage

hazelhazel87 downloads

Clear out notes captured by the obsidian-inbox self-hosted pipeline: keep or discard each pending inbox note.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

An optional Obsidian community plugin that adds a sidebar panel for triaging notes synced into your vault's inbox folder by the main Obsidian Inbox server. For each untriaged note it shows a title with 保存 (save — changes status: inbox to status: active and moves the note into your configured "organized" folder) and 丢弃 (discard — sends the note to Obsidian's trash) buttons.

This plugin has no runtime dependency on pwa/ or server/ — it never makes network calls and never touches git. It only reads and modifies files already present in the vault.

Install (manual, until published to the community plugin store)

  1. Run npm install && npm run build in this directory to produce main.js.
  2. Create <your-vault>/.obsidian/plugins/quick-capture-triage/.
  3. Copy main.js, manifest.json, and styles.css into that folder.
  4. In Obsidian, go to Settings → Community plugins, and enable Quick Capture Triage.

Settings

  • 收件箱文件夹 (inboxFolder, default inbox) — the folder scanned for untriaged notes. Should match your server's VAULT_INBOX_SUBDIR. Leave empty to scan the whole vault.
  • 旧版收件箱标签 (inboxTag, default inbox) — compatibility fallback for old notes that used tags: [inbox] or inline #inbox. New notes are matched by status: inbox; saving changes that to status: active and also strips the legacy tag if present.
  • 已整理文件夹 (organizedFolder, default 已整理) — where notes go when you click 保存. Leave empty to move notes to the vault root.

See CLAUDE.md / AGENTS.md / GEMINI.md for architecture and development details.

HealthExcellent
ReviewPassed
About
Add a sidebar panel to triage notes synced into your vault's inbox folder by the Obsidian Inbox server. Save (保存) to strip the inbox tag and move notes to your organized folder, or Discard (丢弃) to send notes to Obsidian's trash; work only on local files with no network or git access.
SidebarFoldersTags
Details
Current version
1.0.4
Last updated
Last month
Created
Last month
Updates
5 releases
Downloads
87
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Support
Author
hazelhazelhazel
GitHubghh-l-djl
  1. Community
  2. Plugins
  3. Sidebar
  4. Quick Capture Triage

Related plugins

TagFolder

Show tags as folder.

Hide Folders

Quickly toggle the visibility of specific folders in the file navigator based on configured names. Useful for hiding attachment folders.

Checklist

Consolidate checklists across all files into a single view.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Tag Wrangler

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

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Tags Overview

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

Portals

Pin folders and tags as customizable tabs with icons, colors, and folder notes for easier navigation.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Simple Note Review

Simple, customizable plugin for easy note review, resurfacing and repetition.