copy_note
Duplicate a note to a new path in your Obsidian vault while retaining the original file.
Instructions
Copy a note to a new location in the vault. The original note is preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | Whether to overwrite if destination exists. | |
| sourcePath | Yes | Path of the note to copy. | |
| destinationPath | Yes | Path for the new copy. |