docs(obsidian-cli): drop silent flag; document output option placement - #131
Open
arimu1 wants to merge 1 commit into
Open
docs(obsidian-cli): drop silent flag; document output option placement#131arimu1 wants to merge 1 commit into
arimu1 wants to merge 1 commit into
Conversation
Align skills/obsidian-cli/SKILL.md with current Obsidian CLI (1.12.x): - remove silent (no longer exists; opening is opt-in via open/newtab) - note --copy/--json/--md/--tsv/--csv only work after the command Fixes kepano#129
|
Independently reproduced on Obsidian 1.13.7 (installer 1.13.7) on macOS, using the same repo state (
Both fixes in this PR are what agents need. The current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
skills/obsidian-cli/SKILL.mdso agents follow current Obsidian CLI behavior (verified against https://obsidian.md/help/cli and issue #129 report on 1.12.7).Changes
silent— the flag no longer exists. Creating/appending no longer opens notes by default; opening is opt-in viaopen/newtab. Unknown flags are ignored, so stalesilentadvice fails quietly.--copy/--json/--md/--tsv/--csv— these only work after the command name. Putting them before the command (or beforevault=) is misparsed as the command (Command "--copy" not found). Examples show correct vs incorrect order; note that many list commands also acceptformat=json|tsv|csv.Related
silentflag no longer exists, and--copy/--jsononly work after the command #129). This PR is scoped strictly to obsidian-cli:silentflag no longer exists, and--copy/--jsononly work after the command #129.Test plan
open/overwrite/newtab(nosilent)--copyexamples place the flag after the command (read --copy)silentflag no longer exists, and--copy/--jsononly work after the command #129obsidian create ... silentno-op;obsidian --copy …errors; post-command--copyworks)AI disclosure
Docs-only change; AI-assisted drafting (Grok implementator) with human review via arimu1.
Fixes #129