patch_frontmatter
Update or delete frontmatter keys in Obsidian notes while preserving key order and quote style. Pass null to remove 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. |