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