backup-note
Snapshot a note's HTML content to disk before risky edits, returning the file path. Use exact title to locate the note, optionally scoped to a specific folder.
Instructions
Snapshot the current HTML body of a note (matched by exact title) to disk and return the file path. Useful before risky multi-step edits. Fails if zero or multiple notes share the title within the resolved scope. Pass folder to scope the lookup to a single folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| folder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |