Notes 📝
Beautiful Markdown notes with folders, tags, and instant search. Your thoughts, organized like a well-stacked root cellar.
Creating Notes
Create a new note by:
- Clicking the + New Note button
- Pressing
Ctrl/Cmd + N - Right-clicking a folder and selecting "New Note"
Notes are saved automatically as you type. No need to hit save.
Writing in Markdown
SpudSuite supports full Markdown syntax. Here's a quick reference:
Text Formatting
**Bold text**
*Italic text*
~~Strikethrough~~
`Inline code`
Headers
# Heading 1
## Heading 2
### Heading 3
Lists
- Bullet item
- Another item
- Nested item
1. Numbered item
2. Second item
Links & Images
[Link text](https://example.com)

Code Blocks
```javascript
function hello() {
console.log("Hello, SpudSuite!");
}
```
Checklists
- [ ] Unchecked item
- [x] Checked item
Organizing with Folders
Keep your notes tidy with folders:
- Click + New Folder in the sidebar
- Name your folder
- Drag and drop notes into folders
You can nest folders too — create a folder inside another folder for deeper organization.
Right-click a folder to rename it, delete it, or create a new note directly inside it.
Tags
Add tags to notes for cross-folder organization:
- Open a note
- Click the Tags field at the top
- Type a tag name and press Enter
Tags appear as colored pills. Click any tag to filter all notes with that tag.
Search
Find anything instantly:
- Press
Ctrl/Cmd + Kto open search - Type any word or phrase
- Results update as you type
Search looks at note titles, content, and tags. It's fast — even with thousands of notes.
Editor Modes
SpudSuite offers two editor modes:
WYSIWYG Mode (Default)
What you see is what you get. Format text visually with a toolbar. Great for beginners.
Markdown Mode
See the raw Markdown with a live preview. Toggle with Ctrl/Cmd + /.
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| New note | Ctrl/Cmd + N |
| Save note | Ctrl/Cmd + S |
| Search | Ctrl/Cmd + K |
| Bold | Ctrl/Cmd + B |
| Italic | Ctrl/Cmd + I |
| Underline | Ctrl/Cmd + U |
| Toggle editor mode | Ctrl/Cmd + / |
| Delete note | Ctrl/Cmd + Backspace |
Exporting Notes
Export individual notes or your entire library:
- Markdown (.md) — Plain text, works everywhere
- PDF — Formatted for printing or sharing
- HTML — View in any browser
Go to Settings → Export to download your notes.