Linux 软件免费装
Banner图

Posts to GitHub

开发者 gioxx
更新时间 2026年7月29日 22:01
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL v2 or later
版权网址: 版权信息

标签

backup export markdown github corpus

下载

1.5.13 1.5.14 1.5.15

详情介绍:

Posts to GitHub exports your published posts as Markdown files, with YAML front matter, to an existing GitHub repository (public or private). The goal is to build, over time, a text corpus of your writing that's useful for training or guiding a consistent writing style in tools like Claude. Features:

安装:

  1. Copy the whole plugin folder to wp-content/plugins/post-to-github-md/ (the vendor/ folder with dependencies is already included: no need to run Composer).
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings → Posts to GitHub and configure a GitHub Personal Access Token and target repository.
  4. Export posts individually from the post edit screen, in bulk from Posts → Export to GitHub, or automatically on publish via the "Automatic export" setting.

升级注意事项:

1.5.0 Bulk export now uses one commit for the whole batch by default; uncheck "Bulk export method" in Settings to keep one commit per post.

常见问题:

Does this create the GitHub repository for me?

No, the target repository must already exist before configuring the plugin.

Does it upload images?

No. Images in the post content remain absolute links to your site; nothing binary is uploaded to GitHub.

What post types are supported?

Only the post post type, with "published" status.

更新日志:

1.5.15 1.5.14 1.5.13 1.5.12 1.5.11 1.5.10 1.5.9 1.5.8 1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0