outline
Return the heading tree of a markdown file to navigate lengthy notes without reading them. Each entry includes path, level, line, and more.
Instructions
Return the heading tree of a markdown file. Each entry includes path, level, line, end_line, section_hash, children_count, and (when applicable) duplicate_of[]. Use this to navigate large notes without reading them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| vault | No | ||
| maxDepth | No |