Releases: reallygood83/note-sweep
Release list
0.3.5
Community review fixes
- Fix unsupported API: replace `revealLeaf` with `setActiveLeaf`
- Settings headings via `Setting.setHeading()`
- Delete uses `FileManager.trashFile()` + Obsidian confirm modal
- Remove console logging; drop `builtin-modules` dependency
- `minAppVersion`: 1.6.6
Tag matches `manifest.json` version (`0.3.5`, no `v` prefix).
0.3.4
Note Sweep 0.3.4 — rebrand
- Plugin id:
note-sweep - Display name: Note Sweep
- Repo: https://github.com/reallygood83/note-sweep
Install
<vault>/.obsidian/plugins/note-sweep/ — add main.js, manifest.json, styles.css.
BRAT: reallygood83/note-sweep
Tag matches manifest.json version (0.3.4, no v prefix).
0.3.3
Vault Pulse 0.3.3
Change — Obsigravity button
No more intermediate prompt modal.
Click Obsigravity on a queue card →
- Opens that note
- Opens Obsigravity sidebar
- You type the request in Obsigravity chat (e.g.
/note-surgeon 구조 다듬어줘)
If Obsigravity is missing: Notice + BRAT install guide (reallygood83/obsigravity).
Install
Overwrite .obsidian/plugins/vault-pulse/ with the three assets.
0.3.2
Vault Pulse 0.3.2
Fix — Obsigravity “wrong note / empty chat”
Root cause: update flow opened Obsigravity but Note Surgeon relied on whichever leaf was “active”, and skill start was a short setTimeout race — so the panel often opened idle (or with wrong context chips).
Now Vault Pulse:
- Opens the exact path from the queue
- Calls Obsigravity
startNoteUpdateFromPulse(path, prompt)with forced note path + content - Shows a success/failure Notice
Requires Obsigravity 0.1.26+.
Feature — custom daily note count
Settings → 하루 처리 노트 개수: auto or 1–100. Queue rebuilds when you change it.
Update both plugins, then retry 정보 업데이트.
0.3.1
Vault Pulse 0.3.1
Fix (from Fable P0–P2 review)
- Obsigravity bridge: if
startNoteUpdateFromPulsethrows, show a user Notice instead of a silent unhandled rejection - Soft handoff path also guarded
- On failure, still open the note so you can retry via
/note-surgeon
Unchanged
- Click queue card to open
- Delete → confirm → trash
- Update info modal → prompt → Obsigravity
- Session × = pause only
Install: .obsidian/plugins/vault-pulse/ (overwrite three files)
0.3.0
Vault Pulse 0.3.0
P0
- Click a queue card → open the note immediately
- Delete button → confirm → trash (not permanent wipe)
P1
- Update info button → prompt modal (you type the request first)
- If Obsigravity is installed → opens note + runs Note Surgeon with your request
- If missing → Notice + BRAT install guide (
reallygood83/obsigravity)
P2
- Hard bridge via Obsigravity public API
startNoteUpdateFromPulse+ commandobsigravity:update-note-from-pulse - Requires Obsigravity 0.1.25+
Install
.obsidian/plugins/vault-pulse/ — main.js, manifest.json, styles.css
Also update Obsigravity to 0.1.25+ for full auto update flow.
0.2.1
Vault Pulse 0.2.1 — session no longer dies when you close the panel
Fix / UX
- × / Escape / Hide panel → only hides the window. Session stays active (timer keeps running).
- Open → opens the note and hides the panel so you can edit. Click the status bar “Pulse” (or command Resume Pulse session) to return.
- Next card → move on without archiving.
- End session → only explicit way (besides timer) to finish.
How to use
- Start session
- Open → edit note
- Click Pulse on the status bar to continue
- Archive / Snooze / Skip / Next
- When done, End session
Install into .obsidian/plugins/vault-pulse/ (overwrite the three files).
0.2.0
Vault Pulse 0.2.0
New
- Language toggle: English / 한국어 for UI (settings, session, queue, signals, notices)
- Daily auto session clearer settings:
- Enable daily auto session
- Session time (e.g.
21:00) - Auto-open session window (on = open modal at time; off = notice only)
- Catch-up when you open Obsidian after missing the slot
- Korean-first README with simple how-to
Install
Folder: .obsidian/plugins/vault-pulse/
Assets: main.js, manifest.json, styles.css
Privacy
Still fully local — no AI, no network.
0.1.1
Vault Pulse 0.1.1 — community-safe plugin id
Breaking for early 0.1.0 testers: plugin id changed from obsidian-pulse → vault-pulse (Option B) so the id does not contain the word “Obsidian”, which community reviewers often reject.
Install folder
.obsidian/plugins/vault-pulse/ (not obsidian-pulse)
Unchanged product
- Local stale / orphan / duplicate / avoidance radar
- Timed triage session (Open · Archive · Snooze · Skip)
- No AI, no network
Repo
0.1.0
Superseded by 0.1.1. Plugin id renamed to vault-pulse for community submission. Do not use this release for new installs.