Create simple markdown notes in Raycast stored locally. No integrations required! Allows you to sync with a folder of your choice.
: 😁If you'd like, you can export or auto-sync your notes as markdown to a directory to use in a 3rd-party app like Obsidian, VS Code, or Notion. This is completely optional though and notes will still save locally.
Notes written to a folder include YAML frontmatter and an H1 title, so they work out of the box with GitHub Pages / Jekyll blogs and tools like Obsidian:
---
title: "Your Blog Post Title"
date: 2026-05-07 10:00:00
icon: "Document"
tags: ["example", "jekyll"]
---
# Your Blog Post Title
Your note body...
The frontmatter and generated H1 stay in the file only — they're stripped back out when syncing, so your note body in Raycast stays clean. Tags added to a file's frontmatter are imported (and created) on sync.
| Action | macOS Shortcut | Windows Shortcut |
|---|---|---|
| Edit Note | ⌘+E | Ctrl+E |
| Copy Note | ⌘+⇧+C | Ctrl+⇧+C |
| Open Note Externally | ⌘+O | Ctrl+O |
| New Note | ⌘+N | Ctrl+N |
| Delete Note | ⌃+X | Ctrl+D |
| Delete All Notes | ⌃+⇧+X | Ctrl+⇧+D |
| Summarize with AI | ⌘+⇧+A | Ctrl+⇧+A |
| Clear AI Summary | ⌘+⌥+A | Ctrl+Alt+A |
| Apply / Remove Tag | ⌘+⇧+T | Ctrl+⇧+T |
| New Tag | ⌘+⇧+N | Ctrl+⇧+N |
| Toggle Info Panel | ⌘+I | Ctrl+I |
| Sort | ⌘+S | Ctrl+S |
Title - Title of noteNote - Body of noteSearch - Text to search in both title and bodyTag - Search by tag.md files to your notes.md markdown files to your folder will sync back to Quick Notes