Format Obsidian Markdown notes for WeChat public account articles.
Wechat Publisher is a local-first Obsidian community plugin. It converts the current note or selected Markdown text into inline-styled HTML that can be pasted into the WeChat public account editor.
- Convert Markdown notes to styled HTML
- Preview formatted articles in Obsidian
- Copy formatted content to clipboard as
text/htmlandtext/plain - Copy selected Markdown text only
- Built-in themes for public account articles
- Custom colors, font size, line height, and paragraph spacing
- Open a Markdown note.
- Run
Wechat Publisher: Preview current article. - Choose a theme if needed.
- Click
Copy formatted article. - Paste into the WeChat public account editor.
You can also run:
Wechat Publisher: Copy formatted articleWechat Publisher: Copy selected text as formatted articleWechat Publisher: Open settings
This plugin works locally. It does not upload your notes, collect analytics, or send content to any remote server.
本插件在本地运行,不上传笔记内容,不采集数据,不连接远程服务器。
- Local Obsidian images cannot be pasted directly into the WeChat editor. Upload or replace them manually in WeChat.
- The preview may show local images through Obsidian resource paths, but copied HTML uses a local-image placeholder.
- Some styles may be adjusted by the WeChat editor after paste.
- Complex tables may be simplified by WeChat.
npm install
npm run devBuild release files:
npm run buildRelease 1.0.0 should include:
main.jsmanifest.jsonstyles.css
The release tag must be 1.0.0, not v1.0.0.
MIT