Search for anything

Cmd + K (Mac) or Ctrl + K (Windows) to open search.

Create a new card or page from anywhere

C to quickly create a new card. P to quickly create a new page. Note: you can change the default Space (and board) where your quick Cards and Pages are saved.

Boards & Views

⬆⬇⬅⮕ keyboard arrows to select a card. Option + ⬆⬇⬅⮕ to move a card in a board. Enter to open the selected card. esc to close the current Card, Board, View. R to rename the selected card. I to assign/un-assign yourself. S to change the status of the card. A to assign the selected card to somebody. T to add tags. D to set a due date. Cmd + Shift + . to copy the git branch name of the selected card. Cmd + Opt + C to copy the card contents as markdown. F to apply a filter to the board.

Inbox

⬆⬇ keyboard arrows to select a notification. J K keyboard arrows to select a notification. E to resolve a notification.

Text editor

When in card descriptions, comments, or pages you can press: @ to mention any team member, card, page, board, or space. / to view a slash menu for formatting options and inserting content. : to add an emoji (shortcodes). Cmd + B bold selected text. Cmd + I italicise selected text. Cmd + Shift + X strikethrough selected text. Pro tip: If you have a URL on your clipboard, you can paste it over a highlighted piece of text to convert the text into a link. When you open any dropdown or 3 dot menu in Superthread you can use: ⬆⬇ keyboard arrows to change your selection. Enter to confirm your selection, or Space to select multiple options. esc to close the menu.

Close or open the sidebar

Cmd + \ (Mac) or Ctrl + \ (Windows)

Markdown

Superthread supports markdown which you may be familiar with from tools such as Slack. It’s designed to allow rapid styling of documents without having to reach for your mouse. Here’s a little cheat sheet to get you underway.
*italic*
_italic_

**bold**
__bold__

# H1
## H2
### H3
#### H4

* bullet list
1. numbered list
[] checklist

~~strikethrough~~

--- page divider

`inline code`

```generic code block```

```javascript
This is a javascript code block with syntax highlighting. Choose the programming language by typing the name of the language after the 3 backticks.
```