Notes

Rich text notes with folders, tags, and instant search. Your thoughts, organized like a well-stacked root cellar.

SpudSuite notes editor

Creating Notes

Create a new note by:

Notes are saved automatically as you type. No need to hit save.

The Editor

SpudSuite features a rich text editor with two modes:

WYSIWYG Mode (Default)

What you see is what you get. Format text visually using the toolbar — bold, italic, headings, lists, code blocks, links, images, and more. Just click and format, no syntax to learn. The toolbar provides buttons for all common formatting options.

Markdown Mode

Prefer raw Markdown? Switch to Markdown mode in Settings under editor options. Write with standard Markdown syntax and see a live preview. Supports all common Markdown features:

**Bold text**
*Italic text*
~~Strikethrough~~
`Inline code`

# Heading 1
## Heading 2
### Heading 3

- Bullet item
  - Nested item

1. Numbered item
2. Second item

[Link text](https://example.com)
![Image alt](image-url.png)

- [ ] Unchecked item
- [x] Checked item
Tip

You can switch between WYSIWYG and Markdown mode at any time. Your content is preserved when switching — the editor just changes how you interact with it.

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 inside other folders for deeper organization. Right-click a folder to rename it, delete it, or create a new note directly inside it.

Tags and Labels

Add tags to notes for cross-folder organization:

  1. Open a note
  2. Click the Tags field
  3. Type a tag name and press Enter

Tags appear as colored pills on your notes. Click any tag to filter all notes with that tag, making it easy to find related notes across different folders.

Sorting Notes

Sort your note list using the sort control at the top of the notes panel:

Search

Find anything instantly:

Search looks at note titles, content, and tags. It's fast — even with thousands of notes.

SpudSuite search

Import and Export (Pro)

Pro users on the web can import and export notes as .md (Markdown) files:

This makes it easy to migrate to or from SpudSuite, and ensures your notes are always portable.

Cross-Linking (Pro)

Pro users can link notes to other parts of SpudSuite:

This connects your writing to your task management, keeping everything in sync.

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