update_frontmatter
Update a note's YAML frontmatter by merging new key-value pairs and removing specified keys, without altering the note body.
Instructions
Update a note's YAML frontmatter by key: merge set values (added or overwritten) and delete remove keys. The note body is left untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set | No | Keys to add or overwrite, merged into existing frontmatter | |
| path | Yes | Vault-relative note path | |
| remove | No | Keys to delete from frontmatter |