Skip to content
Core Features

Notes

Raycast Notes makes it frictionless to organize your thoughts from anywhere on your Mac. You can track your todos, take notes during meetings, and save your next big idea. It's designed to be lightweight with Markdown support and is just a keystroke away with a deep integration into the rest of Raycast's ecosystem.

Our note-taking experience comes with three commands:

  1. Raycast Notes: This command simply toggles the Notes window.
  2. Create Note: This command creates a new note and opens the window. It's ideal to capture your thoughts with zero friction.
  3. Search Notes: This command allows you to search all your notes by title and content, making it easy to revisit previous notes.

We recommend assigning a hotkey to the Raycast Notes command for quicker access. A commonly used hotkey is N (Alt N on Windows).

Type Raycast Notes into the main Raycast window, then choose Configure Command → Set Hotkey from the K (Ctrl K on Windows) Action menu. Alternatively, set the hotkey from Settings → Raycast Notes.

It all starts by creating a new note. It can be your next big idea or just a way to jot down some thoughts. If you have Raycast Notes already open, you can click the plus button in the top-right corner of the toolbar (or press N / Ctrl N on Windows) to create a new note.

Alternatively, you can use the Create Note command in Raycast's root search, which is globally available. After you have successfully created a new note, you can start writing. The first line of the note is used as the title of the note, which is shown in the toolbar.

Raycast Notes offers a lightweight editing experience that allows you to format your note with ease.

There are four ways to format your notes:

  1. By typing Markdown syntax like creating a heading with #
  2. By pressing keyboard shortcuts like B (Ctrl B on Windows) to make text bold
  3. By performing the Format action via the Action Panel ( K / Ctrl K on Windows)
  4. By activating the Format Bar on the bottom of the window

Below is an overview of all formatting options and their corresponding keyboard shortcut and Markdown syntax.

Everything you need to organize your content into clear, structured sections - from headers and lists to specialized blocks that help keep your notes tidy and easy to navigate.

FormatmacOS ShortcutWindows ShortcutMarkdown Syntax
Heading 1 1Ctrl Alt 1Type # at the beginning of a new line
Heading 2 2Ctrl Alt 2Type ## at the beginning of a new line
Heading 3 3Ctrl Alt 3Type ### at the beginning of a new line
Code block CCtrl Alt CType ``` (three backticks and a space) or ~~~ (three tildes and a space) at the beginning of a new line
Blockquote BCtrl Shift BType > at the beginning of a new line
Ordered list 7Ctrl Shift 7Type 1. (or any other number followed by a dot) at the beginning of a new line
Bullet list 8Ctrl Shift 8Type * or - at the beginning of a new line
Task list 9Ctrl Shift 9Type [ ] for an unchecked task or [x] for a checked task at the beginning of a new line

Basic styling options that let you modify the appearance of individual words or phrases within your text to emphasize important points, add links, or create distinctions.

FormatmacOS ShortcutWindows ShortcutMarkdown Syntax
Bold BCtrl BType **two asterisks** or __two underlines__
Italic ICtrl IType *one asterisk* or _one underline_
Strikethrough SCtrl Shift SType ~~two tildes~~
Underline UCtrl UN/A
Code ECtrl EType `one backtick`
Link LCtrl LType [link text in square brackets](link-url-in-parentheses)

Additional formatting elements that help you enhance your notes with visual separators and expressive elements like emojis to improve readability and communication.

FormatmacOS ShortcutWindows ShortcutMarkdown Syntax
EmojiN/AN/AType : to open the inline emoji picker
Horizontal ruleN/AN/AType three dashes (---) or three underscores and a space (___ ) at the beginning of a new line

Raycast Notes offers support for multiple notes but balances it with a lightweight user interface. Only one note is visible at the time. Notes are organized as a stack. You can think of them as a notepad with multiple pages. To access previous notes, you can click the Browse Notes tool bar item in the top right or press P (Ctrl P on Windows).

Alternatively, you can use the Search Notes command in Raycast's root search. This is handy when you want to quickly open a note, such as a note for your 1:1 with your manager.

Some notes are more important than others and you want to revisit them on a regular basis. Those notes can be pinned to the top of the Search Notes command and the Browse Notes action. To pin a note, press P (Ctrl Shift P on Windows) (from the Search Notes window, it's . / Ctrl . on Windows).

Once a note is pinned, it can be accessed with 09 (Ctrl 0...9 on Windows) while you have the Notes window open. This is similar to how pinned tabs work in most browsers and should feel familiar.

Raycast Notes keeps your focus on a single note at a time. But sometimes you want to go back and forth between multiple notes. You can use the [/] (Ctrl [/] on Windows) keyboard shortcuts to navigate between previously opened notes. This is similar to how the navigation hierarchy works in most browsers.