Commit 5b9ffa8
[ENG-1459] Obsidian plugin store prep Part 3 (#850)
* fix(obsidian): address plugin store submission requirements + UI text + commands
- Update manifest.json description to start with verb and end with period (SR-4, SR-5)
- Remove top-level "Discourse Graph Settings" heading (PG-UI7, PG-UI8)
- Remove default hotkey Mod+\ from open-node-type-menu command (PG-C14)
- Replace workspace.activeLeaf with getActiveViewOfType() (PG-W16)
- Add PLUGIN_STORE_SUBMISSION.md and PR_SUMMARY.md tracking docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revise PLUGIN_STORE_SUBMISSION.md for clarity and updates
Updated submission document to reflect changes addressing failed criteria and improved clarity on plugin guidelines.
* remove PR_SUMMARY.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(obsidian): modernize Vault & Workspace APIs
- Replace vault.adapter.exists() with getAbstractFileByPath() (PG-V21)
- Replace vault.modify() with vault.process() for background edits (PG-V19)
- Replace deprecated getFrontMatterInfo() with custom parser (PG-V20)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(obsidian): complete vault.adapter.exists migration + update tracking doc
- Replace 4 remaining vault.adapter.exists() calls with
getAbstractFileByPath() in importNodes.ts
- Update PLUGIN_STORE_SUBMISSION.md with correct guideline URLs and
accurate descriptions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* revert vault.adapter.exists changes + update tracking doc
Keep vault.adapter.exists() usage as-is per preference. Remove the
"Prefer Vault API over Adapter API" section from tracking doc.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* revert changes
* address PR comment
* delete file
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8e624b2 commit 5b9ffa8
2 files changed
Lines changed: 7 additions & 6 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | | - | |
| 1074 | + | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | 1077 | | |
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
1290 | | - | |
| 1290 | + | |
1291 | 1291 | | |
1292 | 1292 | | |
1293 | 1293 | | |
| |||
0 commit comments