Clark-Nikdel-Powell / WP-Admin-Command-Palette

Optimize WordPress admin navigation with a modal window to search for and navigate directly to WordPress admin pages.
GNU General Public License v2.0
4 stars 0 forks source link

=== Admin Command Palette === Contributors: gwelser, samueljmello, jhned Donate link: http://clarknikdelpowell.com/pay/ Tags: admin, search, navigation, actions, ux, admin search, admin navigation, admin actions Requires at least: 3.0.1 Tested up to: 4.7.4 Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Optimize WordPress admin navigation with a modal window to search for and navigate directly to WordPress admin pages.

== Description ==

The Admin Command Palette (ACP) is a modal window in the WordPress Admin that live searches admin content, which saves you many clicks and page loads. You can:

This plugin brings about a new level of efficiency to WordPress admin user interactions: it's like the difference between going over a mountain via a pass, versus going through a mountain via a tunnel. The tunnel is always more direct, more efficient, and more straightforward than the pass.

== Installation ==

  1. Upload admin-command-palette to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use the keyboard shortcut "shift+shift" to activate the search modal window.
  4. See Frequently Asked Questions for further setup instructions.

== Frequently Asked Questions ==

= Settings =

You can customize the plugin settings on the Admin Command Palette settings page in the WordPress Admin. (Settings -> Admin Command Palette)

= How does the search determine a match? =

The live search compares the search term against titles, e.g., a post title, an admin page title, or an admin action title, using the Fuse.js library to find results.

= Keyboard Shortcuts =

The ACP comes with some built-in keyboard shortcuts to make actions in the WordPress admin easier. You do not need to open the ACP in order to use the shortcuts.

== Screenshots ==

  1. The Admin Command Palette in action.
  2. The Admin Command Palette settings page.

== Upgrade Notice ==

= 1.0.3 = Tested up to 4.7.4

= 1.0.2 = Handled class name collision with Admin Columns Pro. Corrected documentation.

= 1.0.1 = Addressing spelling errors.

== Changelog ==

= 1.0.2 = Corrected documentation.

= 1.0.1 = Spelling fixes.

= 1.0 = Initial version.