typora_create_document
Create a new Markdown file with optional title, frontmatter, and content, and open it directly in Typora for editing.
Instructions
Create a new Markdown file with optional title, YAML frontmatter, and body text, and immediately open it in Typora.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target file path where the Markdown document will be saved. | |
| title | No | Optional document title (formatted as top-level H1). | |
| content | No | Initial body Markdown text. | |
| frontmatter | No | Optional YAML frontmatter key-value pairs (e.g. tags, author, date, status). |