You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENG-1459] Obsidian plugin store prep Part 2 (#849)
* 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): remove unnecessary console logging statements (PG-G2)
Remove console.log, console.warn, and console.debug statements from
production code across 8 files. Retained console.error for legitimate
error handling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* remove comments
* remove excessive comments
* rm more logs
* add remove orphan back
* delete file
* address PR comment
* address PR comments
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments