set_note_property
Add or update a YAML frontmatter property in an Obsidian note. Creates frontmatter block if missing, supporting string, number, and boolean values.
Instructions
Set (or add) a YAML frontmatter property on a vault file, creating a frontmatter block if none exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| path | Yes | ||
| value | Yes |