// the find
doocs/md
✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、自定义主题样式、内容管理、多图床、AI 助手等特性
A Markdown editor purpose-built for formatting WeChat public account posts (微信公众号). You write standard Markdown and it renders to WeChat-compatible HTML with proper styling. Genuinely solves a real pain point — WeChat's native editor is terrible and doesn't accept Markdown.
13 image hosting backends out of the box, including S3-compatible, Cloudflare R2, and WeChat's own media API — image handling is the biggest friction point for this use case and they've covered it properly. Distribution story is unusually complete: web app, Docker, npm CLI, Chrome extension, Firefox extension, VS Code extension, and uTools plugin all ship from the same monorepo. Actively maintained with CI/CD, Dependabot, and daily commits. The VS Code extension is the standout — edit in your normal environment and preview WeChat-formatted output without switching tabs.
The audience ceiling is hard: if you don't publish to WeChat public accounts, this repo has zero value to you — the entire product is solving WeChat's formatting constraints, which don't exist anywhere else. The AI integration (DeepSeek, OpenAI, Tongyi, etc.) feels trend-chased rather than essential — it's a text editor with an LLM sidebar bolted on, not a meaningful improvement on any existing AI writing tool. Draft management is localStorage-based, so your content is browser-local unless you opt into their cloud sync, which adds an account dependency to what should be a simple local tool. Supporting six deployment targets from a single codebase creates real fragmentation risk — the VS Code extension, uTools plugin, and Cloudflare Workers backend all have subtly different constraints that will eventually cause feature parity drift.