Skip to Content
Documents⚡ Core📋 Clipboard

Clipboard

Clipboard history (Pro) is CodeExpander’s built-in clipboard manager: it auto-saves the last 100 copies (configurable), supports text, HTML, RTF, images, and files; filter by type, full-text search, pin favorites, and click to paste into the focused field. No more losing the previous copy.

CodeExpander Pro Clipboard History


What can clipboard history do?

  • History — Auto-save copied content (text, HTML, RTF, images, file paths); item count configurable (0-10000).
  • Filter — Filter by “All / Text / Image / Files / Favorites” to reduce noise.
  • Search — Full-text search through clipboard history; powered by tantivy indexing.
  • Favorites — Pin important items; they won’t be pushed out by new copies.
  • Paste — Single or double click (configurable) to paste into the focused window; supports returning focus after paste.
  • Paste without formatting — Paste as plain text, stripping rich text formatting.
  • Notes — Add notes to clipboard entries.

Configuration

Configure in Settings → Clipboard:

Basic

SettingDescriptionRange
Enable clipboard historyToggle auto-recording
Click to pasteSingle / double click to paste
Window positionRemember last / center / cursor

Format

SettingDescriptionRange
Copy as plain textStrip formatting on copy
Paste as plain textStrip formatting on paste
Auto-sort by frequencyFrequently used items first
Single item size limitSkip items exceeding this size0-500 MB

History Management

SettingDescriptionRange
Max item countAuto-remove old items when exceeded0-10000
Auto-cleanup daysAuto-delete items older than this0-365 days
Clean historyManual cleanup of all history
Clear dataDelete all clipboard data

Access: System tray menu, Settings clipboard entry, or your assigned global shortcut.

Data storage: All clipboard history is stored locally on your device. Nothing is uploaded to external servers, making it safe for sensitive content like API keys and internal URLs.

Typical scenarios:

  • Cross-timezone teams: Clipboard history stays local, so copied code or links from international colleagues never leave your machine.
  • Developers: Safely copy API keys, tokens, and config values — your clipboard manager is as secure as your own computer.