Skip to content

Releases: reallygood83/note-sweep

0.3.5

Choose a tag to compare

@reallygood83 reallygood83 released this 21 Jul 01:07

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

Choose a tag to compare

@reallygood83 reallygood83 released this 21 Jul 00:28

Note Sweep 0.3.4 — rebrand

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

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 22:30

Vault Pulse 0.3.3

Change — Obsigravity button

No more intermediate prompt modal.

Click Obsigravity on a queue card →

  1. Opens that note
  2. Opens Obsigravity sidebar
  3. 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

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 22:23

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:

  1. Opens the exact path from the queue
  2. Calls Obsigravity startNoteUpdateFromPulse(path, prompt) with forced note path + content
  3. 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

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 21:59

Vault Pulse 0.3.1

Fix (from Fable P0–P2 review)

  • Obsigravity bridge: if startNoteUpdateFromPulse throws, 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

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 21:56

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 + command obsigravity: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

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 21:36

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

  1. Start session
  2. Open → edit note
  3. Click Pulse on the status bar to continue
  4. Archive / Snooze / Skip / Next
  5. When done, End session

Install into .obsidian/plugins/vault-pulse/ (overwrite the three files).

0.2.0

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 21:28

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

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 21:19

Vault Pulse 0.1.1 — community-safe plugin id

Breaking for early 0.1.0 testers: plugin id changed from obsidian-pulsevault-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

https://github.com/reallygood83/vault-pulse

0.1.0

Choose a tag to compare

@reallygood83 reallygood83 released this 20 Jul 21:17

Superseded by 0.1.1. Plugin id renamed to vault-pulse for community submission. Do not use this release for new installs.