publish_local_markdown
Publish local markdown files to Velog with optional title, tags, thumbnail, and privacy settings.
Instructions
Publish a local markdown file as a Velog post (requires authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Override tags. If not provided, parsed from frontmatter. | |
| title | No | Override title. If not provided, parsed from frontmatter or first H1 header. | |
| filePath | Yes | Absolute path to the local markdown file to publish | |
| thumbnail | No | Override thumbnail image URL. If not provided, parsed from frontmatter. | |
| is_private | No | Override privacy setting. If not provided, parsed from frontmatter (default: false). |