Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const nextConfig = {
experimental: {
scrollRestoration: true,
},
images: {
unoptimized: true,
},
}

module.exports = withMarkdoc()(nextConfig)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next export"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
Expand Down
Binary file added public/images/power-k/create-project.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/power-k/create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/power-k/initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/power-k/quick-access-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/power-k/quick-access-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/power-k/search-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/power-k/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const navigation = [
{ title: 'Pages', href: '/pages' },
{ title: 'Analytics', href: '/analytics' },
{ title: 'Deploy', href: '/deploy' },
{ title: 'Command Menu', href: '/command-menu' },
{ title: 'Power K', href: '/power-k' },
],
},
{
Expand Down
Empty file removed src/pages/command-menu.md
Empty file.
45 changes: 45 additions & 0 deletions src/pages/power-k.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Power K
pageTitle: Power K | Plane
description: Learn how to quickly navigate through Plane with the Command + K shortcut on Mac, Ctrl + K on Windows and other OSes.
---

Power K, formerly called the Command Menu or just CMD + K, is a list of shortcuts to actions you can take in Plane. It is your quick, keyboard-first, Plane navigator that offers several wishlist accessways to Plane’s destinations.

![Untitled](/images/power-k/initial.png)

## The power of Power K

### Search

- Remember just a few words from the titles of anything in Plane? Power-K it. As you start typing, issues, cycles, and modules from your project matching your search term will start showing up.
![Untitled](/images/power-k/search.png)

- Expand the scope of this search to include projects in your workspace with just a toggle—powerful when you have several projects and are hunting an issue in all of them.
![Untitled](/images/power-k/search-2.png)

🎯 **Roadmap item**
Search profiles, comments, and issue descriptions

### Quick access

- Workspace and preference settings
Quickly toggle between light and dark mode or access workspace settings for APIs and Webhooks in just two clicks.
![Untitled](/images/power-k/quick-access-1.png)
- Keyboard shortcuts
Get to your list of keyboard shortcuts with the Power K menu in two steps.
![Untitled](/images/power-k/quick-access-2.png)
- Documentation and Support
Chat with us, see our docs, or report a bug—all from the Power K menu.

### Create

- Create anything—projects, issues, cycles, modules, views, pages, and even workspaces, using Power K's create options.

![create_project.mp4](/images/power-k/create-project.gif)

- Press ⌘ + K on an issue page to changing states, priority, assignments or just to copy issue links.

![Untitled](/images/power-k/create.png)

🎯 What else should Power K, empower? [Let us know.](https://github.com/makeplane/plane)