Quick Notes
Capture thoughts, ideas, and code snippets instantly without leaving your current context. Quick Notes is designed for speed — jot down what you need and get back to work.
Opening Quick Notes
There are several ways to access Quick Notes:
- From Summon: Type
noteornotesin the search bar - Direct shortcut: Press your configured shortcut (default:
⌘ + Shift + N) - From menu bar: Click the Summon icon and select "Quick Notes"
Features
Instant Capture
Notes open in a floating window that stays above other apps. Start typing immediately — no loading, no delays.
Markdown Support
Write in Markdown with full syntax support:
- Bold, italic, ~~strikethrough~~
inline codeand code blocks with syntax highlighting- Lists, headings, links, and more
- Live preview as you type
Vim Mode
For Vim users, enable Vim keybindings in Settings → Notes:
- Normal, Insert, and Visual modes
- Common motions (
hjkl,w,b,e) - Text objects (
ciw,di", etc.) - Search with
/and?
Line Numbers
Toggle line numbers for easier navigation in longer notes. Useful when referencing specific lines or working with code.
Keyboard Shortcuts
| Action | Shortcut |
|--------|----------|
| New note | ⌘ + N |
| Save note | ⌘ + S |
| Close note | ⌘ + W or Esc |
| Toggle Vim mode | ⌘ + Shift + V |
| Toggle line numbers | ⌘ + L |
| Search in notes | ⌘ + F |
Note Storage
Notes are stored as plain Markdown files in a directory you choose. This means:
- Portable: Notes are just
.mdfiles - Version controlled: Add your notes folder to Git
- Accessible: Edit with any text editor
- Backed up: Include in your regular backup system
Configuring Storage Location
- Open Settings → Notes
- Click "Choose Folder"
- Select or create your notes directory
Popular locations:
~/Documents/Notes~/Dropbox/Notes(for sync)~/.notes(hidden folder)
Settings
Configure Quick Notes in Settings → Notes:
| Setting | Description | |---------|-------------| | Notes folder | Where note files are stored | | Quick access shortcut | Global hotkey to open notes | | Vim mode | Enable/disable Vim keybindings | | Line numbers | Show/hide line numbers | | Font size | Adjust editor font size | | Auto-save | Save automatically on close |
Tips
Quick Reference Notes
Create notes for frequently-referenced information:
- API endpoints
- Server credentials (use encryption!)
- Common shell commands
- Meeting notes templates
Integration with Snippets
Combine Notes with Snippets for powerful workflows:
- Create a note template
- Set up a snippet to insert common sections
- Use Quick Notes for rapid documentation
Keyboard-Only Workflow
- Press
⌘ + Shift + Nto open - Start typing immediately
- Press
⌘ + Sto save - Press
Escto close and return to work
Total time: seconds.