update_frontmatter
Update YAML frontmatter in notes, merging with existing metadata or replacing it. Remove fields by setting null values.
Instructions
Update the YAML frontmatter of a note. By default merges with existing frontmatter. Set replace=true to replace all frontmatter. Set a value to null to remove a field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note | |
| replace | No | If true, replace all frontmatter instead of merging (default: false) | |
| updates | Yes | Key-value pairs to update (e.g., {"status": "done", "priority": 1}) |