get_note
Retrieve any note by ID from Trilium, including content and metadata. Text content is converted to markdown, making it easy to read and process.
Instructions
Get a note by ID, including its content and metadata. Text note content is returned as markdown for easier reading and processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | The ID of the note to retrieve | |
| includeContent | No | Whether to include the note content (default: true) |