Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Cliplet

namikaze-40pnamikaze-40p5k downloads

A clipboard and snippet manager — your own, separate from the OS clipboard.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates26

An Obsidian plugin that serves as a clipboard and snippet manager — your own, separate from the OS clipboard.

Concept

Cliplet is designed to keep your snippets always at hand inside Obsidian. With its separate clipboard, you can capture ideas, reuse text or code, and speed up your writing—without ever overwriting your system clipboard.

Cliplet also provides a Cliplet history inside Obsidian. With the data.json option, your snippets stay with your vault and sync across devices.

Why Cliplet?

  • Keep multiple snippets without overwriting your system clipboard.
  • Keep work and personal snippets separate from your OS clipboard.
  • Mobile-friendly: browse and paste snippets where clipboard managers are limited.

demo

Storage Options

Cliplet supports two storage methods. With a maximum of 200 items and encryption at rest, performance is comparable in most cases—choose based on portability and backup preferences.

  • IndexedDB – Stored in Obsidian’s internal browser database per vault and per device. This allows you to keep different cliplet data on different devices or vaults, making it useful for separating work and personal content or desktop and mobile usage.
  • data.json – Stored as a JSON file inside your vault. Easy to locate and manage, and included in your vault backups, sync, and version control.

Both options work entirely offline and keep your data private (content is encrypted at rest).

Storage type Advantages Disadvantages
IndexedDB Per-device and per-vault isolation enables different data sets for different contexts. Does not sync between devices; data is stored locally on each device.
data.json Easy to locate and manage. Included in vault backups, sync solutions, and Git history. Portable between devices. Storing many large cliplets can increase file size, which may slow loading or sync times.

[!NOTE]

  • Encryption: Cliplet encrypts stored content. While this prevents casual access, it is open-source software—someone with sufficient knowledge and access could theoretically decrypt the data.
  • data.json storage notes:
    • If your vault is stored on the internet (e.g., in a public GitHub repository or shared cloud folder), avoid making data.json publicly accessible. Even though its contents are encrypted, publishing it may still expose sensitive information to potential decryption attempts.
    • Using data.json lets your cliplets sync across devices — but only if your sync service keeps that file up to date.
      Some services, like iCloud, can be slow or unreliable at syncing data.json, especially on iPhone or iPad.
      If you frequently use Cliplet across multiple devices, please check how reliably your sync solution updates data.json before relying on it.
  • Device behavior: IndexedDB is per device and per vault; data.json travels with your vault (Obsidian Sync/Dropbox/Git, etc.).
  • Switching: You can change the storage method in settings. A built-in migration moves all items to the selected storage and deletes them from the previous one.

How to use

For the best experience, assign hotkeys to Cliplet commands in Obsidian’s settings.
This allows you to add, paste, and search cliplets quickly without leaving the keyboard.

  1. Add a cliplet: Run the “Add” command after selecting text.
  2. Paste the latest cliplet: Run the “Paste latest” command.
  3. Search cliplets: Run the “Search” command to find, then paste or edit the desired cliplet.

demo

demo

About placeholders

Cliplet lets you insert dynamic values inside cliplet content.
Use the following placeholders when writing cliplets:

Placeholder Description Input example Output example
{cursor} Moves the cursor to the first {cursor} found in the text. Any additional {cursor}s are ignored. Hello {cursor}world Hello │world
{clipboard} Inserts the current OS clipboard text at this point. Text: {clipboard} Text: apple
(If clipboard = apple)

Installation

You can find and install this plugin through Obsidian’s Community Plugins Browser.
For detailed steps or alternative installation methods, click here.

HealthExcellent
ReviewPassed
About
Keep a separate clipboard and snippet library inside Obsidian with history and quick paste to avoid overwriting your system clipboard. Choose per-device IndexedDB or vault-synced data.json storage (syncs across devices), with encryption at rest and offline access.
UtilitiesFilesData
Details
Current version
0.3.9
Last updated
3 months ago
Created
Last year
Updates
26 releases
Downloads
5k
Compatible with
Obsidian 1.9.10+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
namikaze-40pnamikaze-40p
github.com/namikaze-40p
GitHubnamikaze-40p
  1. Community
  2. Plugins
  3. Utilities
  4. Cliplet

Related plugins

Meld Encrypt

Hide secrets in your notes.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Advanced URI

Control everything with URI.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Lazy Loader

Load plugins with a delay on startup, so that you can get your app startup down into the sub-second loading time.

QuickAdd

Quickly add new notes or content to your vault.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.