Quick Capture Triage

by hazel
5
4
3
2
1
New Plugin

Description

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.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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 — strips the inbox tag 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) — the tag that marks a note as untriaged, matched against both frontmatter tags and inline #tags in the note body. Leave empty to require no tag — every note in the inbox folder counts as untriaged.
  • 已整理文件夹 (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.