frontmatter.get
Retrieve frontmatter metadata from a markdown file. Access nested keys using dot-notation, such as 'status.priority'.
Instructions
Read the frontmatter (or a nested key via dot-notation) from a markdown file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| vault | No | ||
| keyPath | No | Dot-notated key path, e.g. 'status.priority' |