export_notes
Export one or more Simplenote notes to Markdown or JSON format, optionally including metadata like dates and tags.
Instructions
Export one or more notes to Markdown or JSON format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: 'markdown' (with YAML front matter) or 'json' (default: markdown) | |
| note_ids | Yes | Note IDs to export (comma-separated) | |
| include_metadata | No | Include metadata like dates, tags, and ID (default: true) |