get_page_content
Retrieve the content of any LogSeq page by specifying its name, with options for output format, nesting depth, and reference resolution.
Instructions
Get the content of a specific page from LogSeq.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_name | Yes | Name of the page to retrieve | |
| format | No | Output format (text or json) | text |
| max_depth | No | Maximum nesting depth to display (default: -1 for unlimited) | |
| resolve_refs | No | Resolve [[uuid]] page references to [[Page Name]] in DB mode (default: true) |