set_frontmatter_property
Set a frontmatter property in a note, creating it if it doesn't exist. Use null to delete the property.
Instructions
Set a single frontmatter property in a note. Creates the property if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Property name to set. | |
| path | Yes | Path to the note. | |
| value | Yes | Value to set (string, number, boolean, string array, or null to remove). |