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:

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)
![Image alt](image-url.png)

Code Blocks

```javascript
function hello() {
  console.log("Hello, SpudSuite!");
}
```

Checklists

- [ ] Unchecked item
- [x] Checked item

Organizing with Folders

Keep your notes tidy with folders:

  1. Click + New Folder in the sidebar
  2. Name your folder
  3. Drag and drop notes into folders

You can nest folders too — create a folder inside another folder for deeper organization.

💡 Tip

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:

  1. Open a note
  2. Click the Tags field at the top
  3. 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:

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

ActionShortcut
New noteCtrl/Cmd + N
Save noteCtrl/Cmd + S
SearchCtrl/Cmd + K
BoldCtrl/Cmd + B
ItalicCtrl/Cmd + I
UnderlineCtrl/Cmd + U
Toggle editor modeCtrl/Cmd + /
Delete noteCtrl/Cmd + Backspace

Exporting Notes

Export individual notes or your entire library:

Go to Settings → Export to download your notes.