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
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.
View Notes
β + N - Create a new noteβ + β§ + C - Copy note body^ + β§ + X - Delete a noteβ + T - Quick apply / remove tagβ + β§ + T - Create a new tagβ + F - Filter by tag^ + β§ + T - Delete tagsβ + M - Toggle note metadataβ + S - Sort notesβ + I - Summarize note with AIβ + β§ + I - Clear AI summaryCreate Note
title - Title of notenote - Body of noteCreate Tag
tag - Name of tagSearch Notes
text - Text to search in both title and bodytag - Search by tagExport Notes (1-way sync)
Sync with Folder (2-way automatic sync)
.md markdown files to your folder will sync back to Quick Notes