Quick Capture Triage
approvedby hazel
Clear out notes captured by the obsidian-inbox self-hosted pipeline: keep or discard each pending inbox note. - This plugin has not been manually reviewed by Obsidian staff.
Quick Capture Triage
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)
- Run
npm install && npm run buildin this directory to producemain.js. - Create
<your-vault>/.obsidian/plugins/quick-capture-triage/. - Copy
main.js,manifest.json, andstyles.cssinto that folder. - In Obsidian, go to Settings → Community plugins, and enable Quick Capture Triage.
Settings
- 收件箱文件夹 (
inboxFolder, defaultinbox) — the folder scanned for untriaged notes. Should match your server'sVAULT_INBOX_SUBDIR. Leave empty to scan the whole vault. - 旧版收件箱标签 (
inboxTag, defaultinbox) — compatibility fallback for old notes that usedtags: [inbox]or inline#inbox. New notes are matched bystatus: inbox; saving changes that tostatus: activeand 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.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.