typora_recent_documents
Retrieve recently opened Markdown files from Typora's history, including timestamps and file existence status.
Instructions
Retrieve recently opened Markdown documents from Typora's history store (history.data), including last opened timestamp, relative time, and disk verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of recent documents to return (default: 20). | |
| query | No | Optional search query to filter recent documents by name or path. | |
| verify_exists | No | Whether to verify if each file still exists on the filesystem (default: true). |