Cliplet

by namikaze-40p
5
4
3
2
1
Score: 55/100

Description

The Cliplet plugin acts as a private clipboard and snippet manager within your vault, independent of the system clipboard. It lets you capture, store, and reuse text or code snippets effortlessly without overwriting your OS clipboard. You can keep a searchable history of snippets and access them across devices using an optional data.json file stored in your vault, or keep them isolated per device through IndexedDB. Each cliplet is encrypted at rest, ensuring privacy even in synced environments.

Reviews

No reviews yet.

Stats

7
stars
5,961
downloads
0
forks
320
days
91
days
91
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
69
commits

Latest Version

3 months ago

Changelog

  • Security Updates: Updated internal dependencies to resolve reported vulnerabilities.

README file from

Github

Cliplet

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.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Style Settings
5 years ago by mgmeyers
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
Self-hosted LiveSync
2 months ago by vrtmrz
Callout Manager
4 years ago by eth-p
An Obsidian.md plugin that makes creating and configuring callouts easy.
Meld Encrypt
6 years ago by meld-cp
Hide secrets in your Obsidian.md vault
Google Drive Sync
2 years ago by Richard Xiong
A plugin to make Obsidian work in Google Drive to enable access to iOS.
Image auto upload
5 years ago by renmu123
auto upload image with picgo
Share Note
3 years ago by Alan Grainger
Instantly share an Obsidian note with the full theme exactly like you see in your vault. Data is shared encrypted by default, and only you and the person you send it to have the key.
CSS Editor
3 years ago by Zachatoo
Edit CSS snippets in Obsidian.
Links
3 years ago by MiiKey
manipulate & manage obisidian links
Text Snippets
5 years ago by Ariana Khitrova
Snippets plugin for obsidian
Copy document as HTML
4 years ago by mvdkwast
Obsidian plugin: copy document as HTML, including images
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
MySnippets
5 years ago by Chetachi
MySnippets is a plugin that adds a status bar menu allowing the user to quickly manage their snippets within the comfort of their workspace 🖌.
Show Current File Path
6 years ago by Ravi Mashru
Obsidian plugin to show the file path of the current file in the status bar
Sync Engine
a month ago by Hēsperus
🔄 The fast and extensible synchronization engine for Obsidian.
Smart Context
2 years ago by 🌴 Brian
QuickShare
4 years ago by Maxime Cannoodt (@mcndt)
📝 An Obsidian plugin for sharing encrypted Markdown notes on the web. Zero configuration required.
Pieces for Developers
3 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
Extract Highlights
6 years ago by Alexis Rondeau
Manage your highlights in Obsidian by easily creating, removing and exporting them.
Copy Inline Code
3 years ago by Ondrej Zavodny
Typst Mate
7 months ago by azyarashi
Render math expressions with Typst instead of MathJax in Obsidian.
Copy Image
3 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Sync Vault CE
2 years ago by Camus Qiu
Professional cloud sync & VFS for Obsidian. Features zero-space VFS, 4K streaming, MCP AI engine, and P2P collaboration. Supports Baidu/Aliyun/Quark/WebDAV/S3.
Snippetor
5 years ago by ebullient
An assist for creating CSS snippets for Obsidian
Slash snippets
a year ago by echo-saurav
Insert snippet of text with slash command
Export to HTML
2 years ago by kalvn
Export a note as HTML in the clipboard or in a file.
EasySync
a month ago by Jiao Yingxing
EasySync是一款适用于Obsidian的双向OneDrive同步插件,具有冲突保护、移动端支持以及可选的设置/插件同步功能。EasySync is a two-way OneDrive sync plugin for Obsidian with conflict safeguards, mobile support, and optional settings/plugin sync.
Snippet Commands
5 years ago by death_au
Registers custom css snippets as commands (which you can bind hotkeys to)
Image Uploader
5 years ago by Creling
gpgCrypt
3 years ago by Tjado Mäcke
Seamlessly encrypts your notes using GPG. Supports smartcards for enhanced security! 🔒📝📎
Snippets Manager
2 years ago by Venkatraman Dhamodaran
Snippets Manager (Text Expander) For Obsidian
JSONifier
6 years ago by Kjell Connelly
Snippets
6 years ago by Pelao
Jelly Snippets
3 years ago by Spencer Gouw
A simple text snippets plugin for Obsidian.md. BACKUP SNIPPETS BEFORE UPDATING.
Advanced Copy
2 years ago by leschuster
An Obsidian plugin to copy Markdown and transform it into HTML, Anki, or any custom format. Create custom profiles with versatile templates tailored to your workflow.
Group Snippets
4 years ago by Mara-Li
Create folder of snippets to activate them in one click !
Confluence Converter
2 years ago by Addo Zhang
An Obsidian Plugin for Confluence
Relative Find
5 years ago by phibr0
Image To Lskypro
3 years ago by NekouTarou
支持直接上传图片到图床Lsky,基于https://github.com/renmu123/obsidian-image-auto-upload-plugin.git改造。
External File Linker
2 years ago by Kay606
Global Markdown Encryption
3 years ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
Eccirian Encrypt
a year ago by Entropiex
Next-generation file encryption solution
Publish URL
3 years ago by Hananoshika Yomaru
copy the publish url to clipboard
Evernote Decryptor
3 years ago by rcmdnk
Obsidian Plugin for encrypted data imported from Evernote
Paste From History
3 years ago by Daniel Karakka
Obsidian plugin that adds the ability to paste text from Obsidian's clipboard history.
Image Embedder
a year ago by Natalie Sumbo
Paste Image Rename and Convert
a year ago by iaos
An obsidian plugin that renames pasted images and covert formats
Cloud sync
a year ago by Bing
一款强大的 Obsidian 同步插件,支持将笔记自动同步到多种云盘服务,提供端到端加密保护,让您的笔记既安全又便捷。
Copy Contents
2 months ago by Richard Jones
Copy or export file and folder contents - perfect for LLMs
Paste Image Into Property
2 years ago by Nito
Crypt It
2 years ago by fyears
Obsidian plugin allowing users to right click on a file to generate an encryption version of the file using a password.
Age Encrypt
2 years ago by Metin Ur
A plugin for Obsidian that provides age-based encryption for your notes.
Convert Base64 to PNG
a year ago by Nykko Lin
Converts base64-encoded images to local PNG files for Obsidian.
File Share
2 years ago by muckmuck
A lightweight obsidian.md plugin for sharing files between multiple vaults
Snippetsaurus
2 years ago by Christian Humbert
Auto Math
6 months ago by Vladislav Sorokin
Auto-expand LaTeX math snippets in Obsidian — write equations faster.
Recursive Copy
2 years ago by datawitch
Vault Encrypt
9 months ago by Pluppen
Obsidian Plugin that encrypts/decrypts the entire vault.
Inline Code Copy
2 years ago by Hongchen Lin
Clipboard Manager
a year ago by Ayush Raj
The clipboard obsidian plugin
Command Line
a year ago by Steven Stallion
Copy command lines from your notes to the clipboard.
Sync-safe file names
a year ago by j-maas
Ensure your Obsidian files can always be synced across all your devices.
Live Share
15 days ago by mewski
Real-time collaborative editing for Obsidian.
Send Note
2 years ago by jvsteiner
Instantly share an Obsidian note text/content with other users. Data is shared encrypted by default, and only you and the person you send it to have the key.
Paste as file link
a year ago by Matthias Büge
This plugin is used to paste a text from the clipboard as a link to an existing obsidian note
Cypher
2 years ago by Atharva Wankhede
Obsidian Plugin
Ghost Text
a year ago by lawrencefeng17
Hanko
2 years ago by Telehakke
Obsidian plugin.
Fix Line Endings on Copy
a year ago by KiwiJanus
Sonkil
a year ago by ohyoungpark
Format Convert Copy
4 days ago by shallow1992
Obsidian plugin to convert Markdown text or active notes into Slack, Discord, and WhatsApp formats, or copy as raw Markdown with one tap.