What problem does it solve?
Creators who publish long-form Markdown content to X Articles face tedious formatting, image handling, and repetitive publishing steps. This Skill automates the end-to-end process to preserve formatting, attach cover images, and insert content images in the correct places.
Core Features & Use Cases
- Markdown to Rich Text: Converts standard Markdown to X Articles rich text, preserving headings, bold, links, lists, and code blocks.
- Automated Media Handling: Uploads the cover image and inserts content images at precise positions using block indices or contextual hints.
- Draft-First Workflow: Supports saving drafts and previewing before publishing, enabling safer long-form posts.
- Use Case: A creator writes a 1500-word article in Markdown and uses this Skill to publish as a draft with cover and embedded visuals to X Articles.
Quick Start
- Run the parse_markdown.py script to extract title, images, and HTML from your Markdown file.
- Copy the prepared HTML to clipboard and paste into the X Articles editor.
- Upload the cover image and verify the draft before saving.