patch_frontmatter
Update, set, or remove frontmatter keys in Obsidian notes without altering key order or quote style. Pass null to delete a key.
Instructions
Set, update, or delete frontmatter keys without reordering existing keys or changing quote style. Pass null as a value to delete a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| patch | Yes | Key-value pairs to set. Null value removes the key. |