doocs/md

✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、自定义主题样式、内容管理、多图床、AI 助手等特性

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 4th, 2026
Created on November 1st, 2019
Open Issues & Pull Requests: 12 (+0)
GitHub issues: Enabled
Number of forks: 2,228
Total Stargazers: 13,288 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 314 days
Stale 30+ days: 11
Stale 90+ days: 7

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (70)
  • bug (21)
  • question (21)
  • Stale (10)
  • help wanted (7)
  • good first issue (6)
  • needs: author feedback (3)
  • dependencies (1)

Most active issues this week

Detailed Description

md is a Markdown editor that renders documents into WeChat-formatted articles in real time.

The tool addresses the problem that existing open-source WeChat Markdown editors suffer from overly complex styling and require repeated layout adjustments. md aims to provide a simpler, more usable editor that lets content creators focus on writing rather than formatting details. It works by accepting standard Markdown input and automatically rendering it as clean, well-formatted WeChat articles. The editor supports standard Markdown syntax, mathematical formulas via KaTeX, Mermaid diagrams, PlantUML, GFM warning blocks, and Ruby annotation extensions. It includes local draft management with automatic content saving, and users can sync editor preferences across devices after logging in. The tool integrates multiple image hosting services including GitHub, Alibaba Cloud, Tencent Cloud, Qiniu Cloud, MinIO, S3, and Cloudflare R2. It also incorporates AI models from providers like DeepSeek, OpenAI, Alibaba Qwen, Tencent Hunyuan, Volcano Engine, and 302.AI to assist with content creation.

The tool suits anyone creating content for WeChat public accounts who wants to write in Markdown without wrestling with manual formatting. It works best for creators who prefer simplicity over extensive style customization and who want their articles to render consistently across the WeChat platform. The project is built with Vue 3, TypeScript, Tailwind CSS, and Vite, and is available as a web-based editor at md.doocs.org.

The project maintains an active development cycle with regular updates and bug fixes. The maintainers actively encourage community participation through pull requests and discussion forums. The codebase is well-organized and documented, with clear separation between editor functionality, rendering logic, and integrations with external services.