https://github.com/iandunn/quick-navigation-interface
Quickly access screens and content within wp-admin by typing the first few letters of the name.
https://github.com/iandunn/quick-navigation-interface
intent-driven-interface keyboard-navigation wordpress-plugin wp-admin
Last synced: about 1 year ago
JSON representation
Quickly access screens and content within wp-admin by typing the first few letters of the name.
- Host: GitHub
- URL: https://github.com/iandunn/quick-navigation-interface
- Owner: iandunn
- Created: 2015-04-28T20:46:42.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-30T21:45:25.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:11:07.698Z (about 1 year ago)
- Topics: intent-driven-interface, keyboard-navigation, wordpress-plugin, wp-admin
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/quick-navigation-interface
- Size: 875 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://www.markshuttleworth.com/archives/939), 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](https://wordpress.org/plugins/quick-navigation-interface/) 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`.
