Linux 软件免费装

Turbo Admin

开发者 magicroundabout
更新时间 2023年12月24日 05:14
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

menu shortcuts commands

下载

1.12.0 1.12.1 1.13.2 1.13.3 1.7.0 1.9.0 1.5.1 0.1.1 0.1.3 0.1.4 0.1.5 1.0.0 1.0.1 1.0.2 1.0.3 0.1.0 1.5 1.5.2 1.5.3 0.1.2

详情介绍:

Work faster with WordPress using a quick-access command palette and a collection of Dashboard improvements. Simply install, activate and go! Ugh, this Dashboard menu is so cluttered? Where is everything? Is it in Tools? Or Settings? Or some menu of it's own? How am I supposed to work with this clutter? If the WordPress Dashboard is slowing you down, Turbo Admin is here to speed you up. Turbo Admin's main features are: If you love this plugin, you can get Turbo Admin on ALL your sites without needing to install the plugin, PLUS additional premium features, with the browser extension version! PLUS the browser extension has features not present in the plugin. Some features only make sense in the extension, others are considered "premium" and are only available in the browser extension. Remember, the browser extension works everywhere that it can detect WordPress, without needing a plugin. And it carries your preferences with you! It's WordPress, your way! Check out the Browser Extension and try it for free Usage Install, activate and go! Using the Command Palette The command palette is a keyboard-driven, pop-up menu. The default keyboard shortcut to activate the command palette is: You can customise the keyboard combination used in the settings in your user profile. Be careful not to choose a keyboard combination already used by your browser! Close the palette with Escape, clicking outside of it, or pressing Ctrl/Cmd-Alt-Shift-P (or your custom key combination) again. Hover over the snail in the admin bar for a reminder of your shortcut at any time. You can: You can also select items with your mouse/trackpad. If you hold Ctrl/Cmd when selecting an item it will open in a new tab/window (you may need to allow your browser to open popups). Search modes As well as commands, the plugin can also search content that is made available through the REST API (as long as the REST API can be discovered). This is done using "search modes". For example, if you type "post" and then press the tab key (or type a colon) you will switch to the "post" search mode. In this mode you are searching for posts. Turbo Admin automatically creates search modes for any public post types on your site. It also creates the following search modes: There is full documentation of search modes on the Turbo Admin website Admin bar search mode The command palette is pop-up/modal by default. But if you forget it's there then you can opt to have the command palette as an always-displayed search box in the admin bar. To use this mode, visit your user profile, find the "Turbo Admin settings" section and check the "Admin bar search" option. Be sure to click "Update Profile" to save the change. Barkeeper The "Barkeeper" hides away non-critical admin-bar items in a slide-out panel. Click the arrow to toggle the panel open and closed. The Barkeeper keeps a few items that I've deemed as critical, such as the site name and the updates icon/notification. To enable the Barkeeper feature, visit your user profile, find the "Turbo Admin settings" section and check the "Barkeeper" option. Be sure to click "Update Profile" to save the change. This feature pairs really well with the admin bar search mode, freeing up space for the admin-bar search box. Using the (experimental) Notice Hiding feature Notice hiding lets you move unwanted notices into a separate panel at the top-right of the dashboard. To turn on the Notice Hiding feature, visit your user profile, find the "Turbo Admin settings" section, and check the feature in the "Additional features" section. Be sure to click "Update Profile" to save the change. I have attempted to be somewhat "intelligent" in how I hide notices, automatically handling obvious cases, and giving you choice in other cases. This is why this feature is flagged as "Experimental" - I may not have the "intelligence" right just yet. Read more about Turbo Admin's Notice Hiding The "Notices" tab in the top-right will show a red-circled number if there are notices to see. If Turbo Admin gives you the option of hiding a notice it will have a "Move to panel" button. Click this to move it to the panel. You can always move it back if you change your mind. Using the (experimental) List Table Keyboard Shortcuts feature This feature is documented on the Turbo Admin website To turn on the List Table Keyboard Shortcuts feature, visit your user profile, find the "Turbo Admin settings" section, and check the feature in the "Additional features" section. Be sure to click "Update Profile" to save the change.

安装:

The easiest way to install this is to:
  1. Search for it on the plugin directory
  2. Install it
  3. Activate it
If you're reading this then you've probably already done step 1. So what are you waiting for?

屏幕截图:

  • Settings in the user profile page

常见问题:

Commands aren't showing on the front end of the site.

You need to be logged in for Turbo Admin to work. Commands are scraped from the menus on the WP Admin side and cached for use on the front end so if the palette is showing but with no commands you'll need to visit the Dashboard to get the menu cached.

Content search isn't working.

This could be for several reasons, but it's dependent on the REST API being discoverable and the content you want to search being available in the API. It's known to not work in ClassicPress, when some security plugins hide the API's discovery, or when the API routes have been changed from the defaults.

Can I hide the icon in the admin bar?

Yes, as of v1.5.3 there is an option to do this in each user's profile. If you want to hide the icon for all users, or based or their role or something then you can use the turbo_admin_hide_icon_default filter. This filter should:

  • Return 0 to show the icon
  • Return 1 to hide the icon
This filter is a default and is overridden by the user's setting. // Hide icon by default for everyone add_filter('turbo_admin_hide_icon_default', 'ta_hide_icon', 10, 2); function ta_hide_icon($hide, $user_id) { return 1; }

Do I really have to install this on EVERY site?

It's funny you ask. There's also a browser extension that will let you have Turbo Admin on every wp-admin without having to install anything!

更新日志:

1.13.3 1.13.2 1.13.1 This version was skipped in the plugin. 1.13.0 This version was skipped in the plugin. 1.12.1 1.12.0 1.9.0 1.7.0 1.6.0 1.5.3 1.5.2 1.5.1 1.5.0 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 0.1.5 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0