medium-push

Push Markdown files into Medium's editor via a local Bridge server and Chrome extension.

1.0k|140|Updated Sep 18, 2022
One-click install
npx skills add https://github.com/childrentime/reactuse --skill medium-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: medium-push
Source: https://github.com/childrentime/reactuse/tree/main/.claude/skills/medium-push
Command: npx skills add https://github.com/childrentime/reactuse --skill medium-push

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

将本地 Markdown 文档快速推送到 Medium 的编辑器,以便转换为富文本并直接粘贴到浏览器中的 Medium 编辑器中。

Core Features & Use Cases

  • 通过 Chrome 扩展 + Bridge 服务实现从本地 Markdown 到 Medium 编辑器的端到端推送。
  • 自动剥离 YAML Frontmatter、提取标题并将 Markdown 转换为 HTML,确保 Medium 编辑器的兼容性。
  • 适用于内容创作工作流:本地撰写、编辑完成后一键发布到 Medium,支持从文件或直接文本发送。

Quick Start

打开 Medium 新稿页面,确保 Bridge 服务正在运行,然后将 Markdown 内容推送到浏览器扩展以插入 Medium 编辑器。

Frequently Asked Questions about medium-push

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I push Markdown to the Medium editor from a local file?

To push Markdown to the Medium editor, you need a local Bridge server running and a Chrome extension installed on the Medium editor page. This setup bridges your local Markdown processor with Medium, converting syntax to Medium-compatible markup.

Can I publish Markdown with YAML frontmatter to Medium?

Yes, you can publish Markdown with YAML frontmatter to Medium. The process automatically strips YAML frontmatter and extracts the title before converting the remaining content into Medium-compatible HTML.

Does pushing Markdown to Medium preserve code blocks?

Yes, pushing Markdown to Medium preserves code blocks. The Markdown-to-HTML process converts syntax into Medium-compatible markup while maintaining the formatting of code blocks for the editor.

What do I need to set up before sending Markdown content to Medium?

Before sending Markdown content to Medium, you must start a local Bridge server listening on the default port and ensure the Chrome extension is installed on your open Medium new post page.

Why does my Markdown to HTML conversion fail in the Medium editor?

Markdown to HTML conversion fails in the Medium editor if the local Bridge server is not running or the Chrome extension is not properly installed. Ensure both components are active to deliver rich-text content.