Add .gitignore; fix move command syntax (name= → to=)
- Add .gitignore to exclude test-results/ from version control - Fix `obsidian move` syntax in SKILL.md and command-reference.md: the parameter is `to=<full-path>` not `name=<filename>` (confirmed by live testing against TestVault — CLI exits 0 with error message when name= is used, silent failure) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -85,7 +85,7 @@ obsidian create path="folder/note" content="# New Note"
|
||||
obsidian create path="folder/note" template="meeting-notes"
|
||||
obsidian append path="folder/note.md" content="New paragraph"
|
||||
obsidian prepend path="folder/note.md" content="Top content"
|
||||
obsidian move path="old/note.md" name="new-name"
|
||||
obsidian move path="old/note.md" to="new/note.md"
|
||||
obsidian delete path="folder/note.md"
|
||||
obsidian delete path="folder/note.md" permanent
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user