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:

  • Raycast Notes: This command simply toggles the Notes window.
  • Create Note: This command creates a new note and opens the window. It's ideal to capture your thoughts with zero friction.
  • 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 / AltN.

Type Raycast Notes into the main Raycast window, then choose Configure Command → Set Hotkey from the K / CtrlK 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 / CtrlN) 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 / CtrlB to make text bold
  3. By performing the Format action via the Action Panel (K / CtrlK)
  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 11CtrlAlt1Type # at the beginning of a new line
Heading 22CtrlAlt2Type ## at the beginning of a new line
Heading 33CtrlAlt3Type ### at the beginning of a new line
Code blockCCtrlAltCType ``` (three backticks and a space) or ~~~ (three tildes and a space) at the beginning of a new line
BlockquoteBCtrlShiftBType > at the beginning of a new line
Ordered list7CtrlShift7Type 1. (or any other number followed by a dot) at the beginning of a new line
Bullet list8CtrlShift8Type * or - at the beginning of a new line
Task list9CtrlShift9Type [] for an unchecked task or [x] for a checked task at the beginning of a new line

To toggle a task’s checked state, place the cursor on the task line and press Enter / CtrlEnter.

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
BoldBCtrlBType **two asterisks** or __two underlines__
ItalicICtrlIType *one asterisk* or _one underline_
StrikethroughSCtrlShiftSType ~~two tildes~~
UnderlineUCtrlUN/A
CodeECtrlEType `one backtick`
LinkLCtrlLType [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 / CtrlP.

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 / CtrlShiftP (from the Search Notes window, it's . / Ctrl.).

Once a note is pinned, it can be accessed with 0 / Ctrl0 through 9 / Ctrl9 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[ and ] / Ctrl] keyboard shortcuts to navigate between previously opened notes. This is similar to how the navigation hierarchy works in most browsers.

You can adjust the zoom level of the Notes content by using - / Ctrl- / + to zoom out or in, or 0 / Ctrl0 to return to actual size, or in Settings -> Raycast Notes -> Zoom.

If Notes isn't working as expected, here are some common issues and steps to resolve them.