hookmark_clone
Copy all bidirectional links from one file or URL to another, maintaining connections when duplicating or moving content.
Instructions
Clone all hooks from one item onto another. Every item hooked to the source will also become hooked to the destination. The source item's hooks are not modified — this is a copy operation. Useful when duplicating a file or moving content to a new location.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source item: absolute file path, URL, or hook:// URL to clone hooks from | |
| destination | Yes | Destination item: absolute file path, URL, or hook:// URL to clone hooks onto |