花海81 downloadsPreview Markdown notes in Bloomtype and copy styled content to WeChat.
在 Obsidian 中写 Markdown,在右侧直接查看公众号排版,并复制富文本到微信公众号编辑器。Obsidian 笔记是唯一文稿源,插件不会再提供一套重复的 Markdown 编辑器。
已正式上架 Obsidian 官方社区插件市场:查看插件页面并安装。
Bloomtype Publisher keeps Markdown as the single source of truth in Obsidian. It opens Bloomtype in a right-side view, synchronizes the active Markdown note, previews the final WeChat layout, and copies compatible rich text to the WeChat editor.
postMessage bridge.Bloomtype Publisher is available from the official Obsidian Community Plugins directory. Open Settings → Community plugins → Browse, search for Bloomtype Publisher, then select Install and Enable. The embedded Obsidian mode does not load website analytics or client telemetry. See PRIVACY.md and SECURITY.md for details.

在 Obsidian 原笔记中写作,右侧同步显示公众号排版;默认使用电脑预览,也可以切换手机宽度后检查阅读效果。

样式面板针对窄侧栏重新排布,可直接选择主题、配色和章节样式,不需要离开 Obsidian。
Bloomtype Publisher。最低支持 Obsidian 1.13.0,仅支持桌面端。
main.js、manifest.json 和 styles.css。.obsidian/plugins/bloomtype-publisher/。npm install
npm run build
npm run install:vault -- /path/to/your/vault
安装脚本会复制构建文件并启用插件;若 Vault 已有第三方插件列表,会先创建备份。
为了生成预览,插件会把当前 Markdown 笔记内容通过受来源限制的 postMessage 发送给设置中配置的 Bloomtype 页面。默认页面为 https://mp.autoaihub.cn。
更多信息见 PRIVACY.md 和 SECURITY.md。
npm install
npm run dev
本地联调:
http://localhost:3000。生产构建:
npm run build
构建产物为 main.js,发布时需与 manifest.json、styles.css 一起作为 GitHub Release 附件。
欢迎提交 Issue 和 Pull Request。开发规范见 CONTRIBUTING.md。
MIT © 2026 花海