This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Post to Gist

Description

This plugin provides the ability to save post into GitHub Gist every time a post is saved.

Features

  • Choose which post type is enabled.
  • Saves post content as text file and post object (as JSON).
  • Updates post also updates the Gist (creating Gist revision).
  • Meta box which shows Gist associated with the post.
  • Gist publicity follows post status.

Development of this plugin is done on GitHub. Pull requests welcome.

Screenshots

  • Setting page, under Writings section, to set GitHub username and access token. Choose which post types are enabled for Post to Gist. There's test access token feature to make sure provided access token is valid.
  • Meta box where no Gist associated with the post yet.
  • Meta box where there's a Gist associated with the post.
  • Saved Gist.

Installation

  1. Upload Post to Gist plugin to your blog’s wp-content/plugins/ directory and activate.
  2. Go to writing settings, /wp-admin/options-writing.php and fill your GitHub username and access token. You can get personal access token in here. There’s a test button to verify your access token.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Post to Gist” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Post to Gist” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1.0

Initial release