iandunn / quick-navigation-interface

Quickly access screens and content within wp-admin by typing the first few letters of the name.

Home Page:https://wordpress.org/plugins/quick-navigation-interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Navigation Interface provides a new way to navigate through the Administration Panels, combining the speed of keyboard shortcuts with the ease of a graphical user interface.

Just press g or ` -- the backtick character, usually located above the tab key -- to bring up the interface, and then start typing part of the name of any screen, post, page, etc. As you type, you'll be shown a list of matching links. Use the Up and Down keys to move between them, and press Enter to open one.

This was inspired by Ubuntu's Dash and HUD, and is also similar to the Spotlight feature in OS X.

Setup

If you just want to use the plugin, you can install the packaged version from the WordPress.org plugin repository.

If you want to develop the plugin, then follow these steps to setup the development version:

  • git clone https://github.com/iandunn/quick-navigation-interface.git
  • cd quick-navigation-interface
  • npm install
  • npm start

After the initial setup, you only need to run npm start. To build the distributed version, run npm run build.

About

Quickly access screens and content within wp-admin by typing the first few letters of the name.

https://wordpress.org/plugins/quick-navigation-interface


Languages

Language:JavaScript 66.5%Language:PHP 30.7%Language:SCSS 2.8%