{"id":22571,"date":"2013-03-26T06:54:09","date_gmt":"2013-03-26T06:54:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/code-snippets-tags\/"},"modified":"2015-09-05T10:09:33","modified_gmt":"2015-09-05T10:09:33","slug":"code-snippets-tags","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/code-snippets-tags\/","author":8117586,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.1","stable_tag":"trunk","tested":"4.0.38","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Code Snippets Tags","header_author":"Shea Bunge","header_description":"","assets_banners_color":"cbdbde","last_updated":"2015-09-05 10:09:33","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/code-snippets.bungeshea.com\/donate\/","header_plugin_uri":"","header_author_uri":"http:\/\/bungeshea.com","rating":5,"author_block_rating":0,"active_installs":20,"downloads":4487,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":{"1.2.1":"<p>Fixes a bug preventing tags from saving<\/p>","1.2":"<p>Fixes for Code Snippets 1.8<\/p>","1.1":"<p>Added German translation thanks to David Decker; database improvements<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"810709","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"810709","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"810709","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"810709","resolution":"3","location":"assets"}},"screenshots":{"1":"The tags column in the snippets table","2":"Filtering snippets based on tag","3":"Editing a snippet's tags"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89,18610,5884,609],"plugin_category":[57],"plugin_contributors":[78694],"plugin_business_model":[],"class_list":["post-22571","plugin","type-plugin","status-publish","hentry","plugin_tags-category","plugin_tags-code-snippets-plugin","plugin_tags-organization","plugin_tags-tags","plugin_category-taxonomy","plugin_contributors-bungeshea","plugin_committers-bungeshea"],"banners":{"banner":"https:\/\/ps.w.org\/code-snippets-tags\/assets\/banner-772x250.png?rev=810709","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/code-snippets-tags_cbdbde.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/code-snippets-tags\/assets\/screenshot-1.jpg?rev=810709","caption":"The tags column in the snippets table"},{"src":"https:\/\/ps.w.org\/code-snippets-tags\/assets\/screenshot-2.jpg?rev=810709","caption":"Filtering snippets based on tag"},{"src":"https:\/\/ps.w.org\/code-snippets-tags\/assets\/screenshot-3.jpg?rev=810709","caption":"Editing a snippet's tags"}],"raw_content":"<!--section=description-->\n<blockquote>\n  <p>In Code Snippets version 2.0 or later, tags functionality is built in and this plugin is redundant<\/p>\n<\/blockquote>\n\n<p>Adds support to the Code Snippets WordPress plugin for adding tags to snippets. Requires <a href=\"http:\/\/wordpress.org\/plugins\/code-snippets\">Code Snippets<\/a> 1.8 or later.<\/p>\n\n<p>You can assign tags to snippets using an interactive UI when editing or adding a new snippet. Then, you can filter snippets by tag on the snippets table, or see what tags are assigned to a particular snippet with a glance at the new table column. Tags are stored in your database and can be exported and imported along with the other snippet data.<\/p>\n\n<p>Contribute to the plugin development on <a href=\"https:\/\/github.com\/sheabunge\/code-snippets-tags\">GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<p>This plugin extends the functionality of <a href=\"http:\/\/wordpress.org\/plugins\/code-snippets\">Code Snippets<\/a>, and requires Code Snippets version 1.8 or greater to be installed in order to work.<\/p>\n\n<h4>Automatic installation<\/h4>\n\n<ol>\n<li>Log into your WordPress admin<\/li>\n<li>Click <strong>Plugins<\/strong><\/li>\n<li>Click <strong>Add New<\/strong><\/li>\n<li>Search for <strong>Code Snippets Tags<\/strong><\/li>\n<li>Click <strong>Install Now<\/strong> under \"Code Snippets Tags\"<\/li>\n<li>Activate the plugin<\/li>\n<\/ol>\n\n<h4>Manual installation<\/h4>\n\n<ol>\n<li>Download the plugin<\/li>\n<li>Extract the contents of the zip file<\/li>\n<li>Upload the contents of the zip file to the <code>wp-content\/plugins\/<\/code> folder of your WordPress installation<\/li>\n<li>Activate the \"Code Snippets Tags\" plugin from 'Plugins' page.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Fixed an incorrect filter hook preventing snippet tags from saving<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Fixes for Code Snippets 1.8<\/li>\n<li>Make sure plugin cannot be loaded with an older version of Code Snippets<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Tags are now stored in database as comma-separated values - no more serialized arrays!<\/li>\n<li>Improved database table creation process (now requires Code Snippets 1.7.1)<\/li>\n<li>Added German translation thanks to <a href=\"http:\/\/deckerweb.de\/\">David Decker<\/a><\/li>\n<li>Make sure <strong>nothing<\/strong> is loaded before main Code Snippets plugin<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Added table column to snippets menu<\/li>\n<li>Added tags field to single snippet menu<\/li>\n<li>Added tag filter dropdown to snippets menu<\/li>\n<li>Link tags in table column to relevant tag filter<\/li>\n<\/ul>","raw_excerpt":"Organize your code snippets with tags. Adds support to the Code Snippets WordPress plugin for adding tags to snippets.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/22571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=22571"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bungeshea"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=22571"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=22571"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=22571"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=22571"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=22571"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=22571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}