@plannotator/opencode 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +18 -0
  2. package/package.json +1 -1
  3. package/plannotator.html +133 -49
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Interactive Plan Review for OpenCode. Select the exact parts of the plan you want to change—mark for deletion, add a comment, or suggest a replacement. Feedback flows back to your agent automatically.
6
6
 
7
+ Obsidian users can auto-save approved plans to Obsidian as well. [See details](#obsidian-integration)
8
+
7
9
  <table>
8
10
  <tr>
9
11
  <td align="center">
@@ -40,6 +42,22 @@ Restart OpenCode. The `submit_plan` tool is now available.
40
42
  - **Visual annotations**: Select text, choose an action, see feedback in the sidebar
41
43
  - **Runs locally**: No network requests. Plans never leave your machine.
42
44
  - **Private sharing**: Plans and annotations compress into the URL itself—share a link, no accounts or backend required
45
+ - **Obsidian integration**: Auto-save approved plans to your vault with frontmatter and tags
46
+
47
+ ## Obsidian Integration
48
+
49
+ Save approved plans directly to your Obsidian vault.
50
+
51
+ 1. Open Settings in Plannotator UI
52
+ 2. Enable "Obsidian Integration" and select your vault
53
+ 3. Approved plans save automatically with:
54
+ - Human-readable filenames: `Title - Jan 2, 2026 2-30pm.md`
55
+ - YAML frontmatter (`created`, `source`, `tags`)
56
+ - Auto-extracted tags from plan title and code languages
57
+ - Backlink to `[[Plannotator Plans]]` for graph view
58
+
59
+ <img width="1190" height="730" alt="image" src="https://github.com/user-attachments/assets/5036a3ea-e5e8-426c-882d-0a1d991c1625" />
60
+
43
61
 
44
62
  ## Links
45
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plannotator/opencode",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation",
5
5
  "author": "backnotprop",
6
6
  "license": "BSL-1.1",