feat: add learning plugin + obsidian study/project-doc#21
feat: add learning plugin + obsidian study/project-doc#21arevlo-flow wants to merge 1 commit intoarevlo:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 71f1bef54f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Configuration is stored in `~/.claude/obsidian-plugin.json`. On first use, any command will prompt you to set up your vault path. | ||
|
|
||
| To change this, edit the `VAULT_PATH` in `commands/capture.md`. | ||
| | Field | Used By | Description | | ||
| |-------|---------|-------------| | ||
| | `vault_path` | All commands | Absolute path to your Obsidian vault | |
There was a problem hiding this comment.
Align config docs with capture command behavior
This section says the vault path in ~/.claude/obsidian-plugin.json is used by all commands and that any command will prompt to set it up, but /arevlo:obsidian:capture still hardcodes VAULT_PATH in plugins/obsidian/commands/capture.md without reading the config. If a user follows this README and sets a custom vault path, capture will write to the hardcoded location or fail, so the documentation is misleading and the command won’t work as described. Either update capture to read the config or narrow the README claim to only the new commands.
Useful? React with 👍 / 👎.
Summary
vocabandgrammarcommands for English/Spanish lookupsstudycommand for interactive document study with Q&A sessionsproject-doccommand for adding Confluence document summaries to project filesChanges
plugins/learning/— New plugin with vocab and grammar slash commandsplugins/obsidian/commands/study.md— Interactive document study workflowplugins/obsidian/commands/project-doc.md— Confluence-to-Obsidian project doc workflowplugins/obsidian/.claude-plugin/plugin.json— Version bump to 1.6.0plugins/obsidian/README.md— Updated with new commands, configurable paths, removed hardcoded vault pathNotes
study.mduses free-text category input (no hardcoded folder options)configure+gmail-digest)