
內容簡介
Quick-Launch Dashboard Dock 是一款能夠在 WordPress 控制台底部添加持久性面板的外掛,讓使用者能夠快速存取常用頁面,提升管理效率。透過一鍵釘選功能,使用者可以輕鬆地導航至設定頁面、文章類型、工具或外部連結。
【主要功能】
• 一鍵釘選當前頁面
• 自訂/外部連結功能
• 防止重複釘選
• 右鍵移除書籤
• 當前頁面高亮顯示
• 鍵盤導向搜尋覆蓋層
外掛標籤
開發者團隊
② 後台搜尋「Quick-Launch Dashboard Dock – Fast WP Admin Shortcuts & Floating Dashboard Navigation」→ 直接安裝(推薦)
原文外掛簡介
The Quick-Launch Dashboard Dock adds a persistent, space-efficient panel to the bottom of your WordPress admin screen. Instead of digging through nested menus or memorising URLs, you pin the pages you visit most — settings screens, post types, tools, or external links — and access them with a single click.
How it works
Once activated, a slim dock appears at the bottom of every admin page. Click the toggle bar to expand or collapse it — the dock stays in your preferred state across page loads. Click any pinned item to navigate instantly. The currently active page is highlighted in blue so you always know where you are. Press Ctrl+K (Windows) or Cmd+K (Mac) to open the search overlay, type to filter, and use arrow keys plus Enter to jump directly to a bookmark.
Key features
One-click pinning — Click the “Pin Page” button in the WordPress Admin Bar to save the current screen with its title and URL.
Custom / external links — Right-click any blank area in the dock and choose “Add custom link” to bookmark any URL with a custom title. All links open in a new tab.
Duplicate prevention — Pinning a page that is already in your dock shows an “Already pinned!” alert. No duplicate bookmarks.
Right-click to remove — Right-click any bookmark in the dock and choose “Remove bookmark” to delete it instantly.
Active page highlight — The bookmark matching your current admin page is highlighted with a blue border so you can see at a glance where you are.
Search overlay — Press Ctrl+K / Cmd+K to open a keyboard-navigable search modal. Filter as you type and hit Enter to go.
Collapsible — Toggle the dock open or closed. Your preference is remembered across page loads via localStorage.
Zero bloat — jQuery is used only for the pin and delete interactions (already loaded by WordPress); the rest is vanilla JavaScript. The dock stays out of your way until you need it.
User-specific — Each user’s bookmarks are stored in their own user meta. No shared state, no database overhead.
Fully translatable — All static text uses esc_html__() with a proper text domain.
1.0.1
Improved WordPress compatibility.
Updated plugin tags and description for better discoverability.
Improved code quality and security practices.
Fixed minor issues and enhanced stability.
1.0.0
Initial release.
Collapsible dashboard dock pinned to the bottom of the admin screen.
“Pin Page” button in the WordPress Admin Bar to save bookmarks with one click.
Duplicate prevention — both client-side and server-side checks block re-pinning existing pages.
Right-click bookmark removal with a custom context menu.
Right-click blank dock area to add custom / external links via an inline modal.
All dock links open in a new tab (target="_blank").
Active page highlight — the bookmark matching the current URL is visually distinguished.
Keyboard-driven search overlay via Ctrl+K / Cmd+K with arrow-key navigation.
Persistent collapse state via browser localStorage.
Full sanitization pipeline using sanitize_text_field() and esc_url_raw().
Security nonce verification on all AJAX requests.
Permission checks via current_user_can( 'manage_options' ).
