=== WP-Gistpen === Contributors: JamesDiGioia Donate link: http://jamesdigioia.com/ Tags: gist, code snippets, codepen Requires at least: 3.9 Tested up to: 3.9.1 Stable tag: 0.2.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html A self-hosted alternative to putting your code snippets on Gist. == Description == You use WordPress because you want control over your writing. Why give Gist or Codepen your code snippets? WP-Gistpen is a self-hosted replacement for your WordPress blog. == Installation == = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'wp-gistpen' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Download `wp-gistpen.zip` from the WordPress plugins repository. 2. Navigate to the 'Add New' in the plugins dashboard 3. Navigate to the 'Upload' area 4. Select `wp-gistpen.zip` from your computer 5. Click 'Install Now' 6. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `wp-gistpen.zip` 2. Extract the `wp-gistpen` directory to your computer 3. Upload the `wp-gistpen` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Frequently Asked Questions == = How does this work? = WP-Gistpen registers a new `gistpens` post type. Instead of posting your public code snippets on Gist, go to Gistpens -> Add New, and paste in your code. You can also create and insert a Gistpen directly into your post/page from the visual editor by clicking the pen button. From the pop-up, select one of the recent Gistpens or create a new one by pasting in your code and clicking "Insert". After inserting the shortcode, your code will appear in your post, highlighted by [Alex Gorbatchev's Syntax Highlighter](http://alexgorbatchev.com/SyntaxHighlighter/). = What is the future of this plugin? = Eventually, I hope to make this plugin interoperable with Gist, allowing you to import your current Gists, fork other people's Gists into your Gistpen, and publishing your Gistpens to Gist. Additionally, I want to make Gistpens embeddable on other websites the same way you can embed Gists, but both of those larger features are likely a long way off. == Screenshots == 1. The Insert Gistpen dialog after you click the pen in the visual editor. 2. How your code will appear in your post. == Changelog == = 0.2.1 = * I think I got it this time... = 0.2.1 = * Fix mis-enqueued scripts = 0.2.0 = * Add "Insert Gistpen" button into visual editor * You can now add the shortcode from the visual editor by clicking the pen * Update Gistpen icon * Code organization improvements * README improvements * Build script improvements = 0.1.2 = * More bugfixes = 0.1.1 = * Fix autoloader * Switch to defined constant for dir_path = 0.1 = * First Release * Add Gistpen post type * Make them embeddable in posts via shortcode * User SyntaxHighlighter to display them