{"id":50319,"date":"2016-08-16T15:39:25","date_gmt":"2016-08-16T15:39:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/pulse-storm-launcher\/"},"modified":"2016-08-18T16:24:52","modified_gmt":"2016-08-18T16:24:52","slug":"pulse-storm-launcher","status":"publish","type":"plugin","link":"https:\/\/hi.wordpress.org\/plugins\/pulse-storm-launcher\/","author":15054150,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"1.0.3","tested":"4.7.33","requires":"4.5.3","requires_php":"","requires_plugins":"","header_name":"Pulse Storm Launcher","header_author":"Alan Storm","header_description":"","assets_banners_color":"","last_updated":"2016-08-18 16:24:52","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/alanstorm.com\/pulse_storm_launcher_for_wordpress","header_plugin_uri":"http:\/\/pulsestorm.net\/wordpress\/pulsestorm_launcher\/","header_author_uri":"http:\/\/alanstorm.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1944,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<p>This version is the first version. Users will want to &quot;upgrade&quot; to this version (i.e. install the plugin) if they&#039;re ready for a faster Wordpress admin experience.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1475738","resolution":"256x256","location":"assets","width":256,"height":256}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1475594","resolution":"1","location":"assets","width":937,"height":634},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1475594","resolution":"2","location":"assets","width":937,"height":634}},"screenshots":{"1":"The Pulse Storm Launcher, searching for WooCommerce Ninjas","2":"The Pulse Storm Launcher, having a boring settings screen"}},"plugin_section":[],"plugin_tags":[83,221,1753,166],"plugin_category":[43,59],"plugin_contributors":[127755],"plugin_business_model":[],"class_list":["post-50319","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-ajax","plugin_tags-navigation","plugin_tags-posts","plugin_category-customization","plugin_category-utilities-and-tools","plugin_contributors-alanstorm","plugin_committers-alanstorm"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/pulse-storm-launcher\/assets\/icon-256x256.png?rev=1475738","icon_2x":"https:\/\/ps.w.org\/pulse-storm-launcher\/assets\/icon-256x256.png?rev=1475738","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/pulse-storm-launcher\/assets\/screenshot-1.png?rev=1475594","caption":"The Pulse Storm Launcher, searching for WooCommerce Ninjas"},{"src":"https:\/\/ps.w.org\/pulse-storm-launcher\/assets\/screenshot-2.png?rev=1475594","caption":"The Pulse Storm Launcher, having a boring settings screen"}],"raw_content":"<!--section=description-->\n<p>The Pulse Storm Launcher is an admin launcher application, providing navigation-less access to all your admin pages and posts, including support for products and orders in popular Wordpress e-commerce packages like WooCommerce and WP eCommerce.<\/p>\n\n<p>Still not sure what we're about?  Watch our <a href=\"https:\/\/vimeo.com\/178378720\">4 minutes introductory screencast<\/a> where all is revealed.<\/p>\n\n<h3>WordPress Programmer Note<\/h3>\n\n<p>End users programmers can use the following filter hooks to add their own menus to the immediate and ajax launcher results.<\/p>\n\n<pre><code>add_filter('pulsestorm_launcher_ajax_menus', function($links){\n    return $links;\n});\n\nadd_filter('pulsestorm_launcher_menus', function($links){\n    return $links;\n});    \n<\/code><\/pre>\n\n<p>Just add items to the <code>$links<\/code> array (<code>var_dump($links)<\/code> for the current format) and your links will be available.<\/p>\n\n<p>The launcher will perform a basic text search (via in page javascript) for items in the immediate array (the <code>pulsestorm_launcher_menus<\/code> hook). Programmers should use the immediate results sparingly, as they're loaded into memory on every page load.<\/p>\n\n<p>In the ajax results (the <code>pulsestorm_launcher_ajax_menus<\/code> hook), programmers should use the <code>terms<\/code> request variable to perform a search for their information, and only return links that are relevant.<\/p>\n\n<p>See <code>pulsestorm_launcher.php<\/code> for more usage tips\/hints.  The launcher plugin code uses these hooks internally.<\/p>\n\n<!--section=installation-->\n<p>The Pulse Storm Launcher uses WordPress's standard installation workflow.  Just navigate to <code>Plugins -&gt; Add New<\/code>, enter \"Pulse Storm\" in the search field, press return, and then click the install button.<\/p>\n\n<p>If you're more a \"install from source type\", we maintain a GitHub repository <a href=\"https:\/\/github.com\/astorm\/pulsestorm-launcher-wordpress\">with the launcher source<\/a>.  Just drop the source in<\/p>\n\n<pre><code>wp-content\/plugins\/pulsestorm_launcher \n<\/code><\/pre>\n\n<p>and you'll be good to go.<\/p>\n\n<p>Once installed<\/p>\n\n<ol>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Use the Settings-&gt;Plugin Name screen to configure the plugin's keyboard shortcut<\/li>\n<li>Use the plugin by clicking the \"Pulse Storm Launcher\" link in the admin bar, or invoking the keyboard  shortcut (Ctrl-M by default)<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Why would I want this?<\/dt>\n<dd><p>If you, your writers, or your support staff are tired of clicking around the Wordpress admin looking for things.<\/p><\/dd>\n<dt>Is this the same Pulse Storm Launcher available for Magento?<\/dt>\n<dd><p><a href=\"https:\/\/www.magentocommerce.com\/magento-connect\/pulse-storm-launcher.html\">Yup<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fix for breaking Appearance -&gt; Customizations<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Modified plugin source to better match WordPress best practices<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<li>I bet we didn't get something right and we'll need a 1.0.1<\/li>\n<\/ul>","raw_excerpt":"The Pulse Storm Launcher is an admin launcher application, providing navigation-less access to all your admin pages and posts, including support for p &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/50319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=50319"}],"author":[{"embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/alanstorm"}],"wp:attachment":[{"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=50319"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=50319"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=50319"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=50319"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=50319"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=50319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}