outline_note
Return a note's heading tree with offsets, block-reference anchors, and frontmatter keys to discover sections before reading full notes. Saves time by mapping structure without loading prose.
Instructions
Return a note's structure — heading tree with offsets, block-reference anchors, and frontmatter key list — without returning any prose. Use this before section reads or patches to discover what sections exist at a fraction of the cost of reading the full note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| includeSizes | No | Include per-section character length in each heading entry. Default false. | |
| includeBlocks | No | Include block-reference anchors (^id). Default true. |