Clipboard Manager

by Ayush Raj
5
4
3
2
1
Score: 51/100

Description

Category: Productivity Tools

The Clipboard Manager plugin captures and organises your clipboard history automatically while Obsidian is running, offering fast retrieval of text snippets, code blocks, and other frequently reused content. It stores entries persistently across sessions, supports configurable history limits, and allows instant search through both content and previews. A quick paste modal with hotkey support enables direct insertion into notes, while export tools save selected or all entries as properly formatted Markdown in a chosen folder. You can adjust monitoring intervals, enable notifications, and preview long text for easier identification. All data stays local in your vault with no external transmission, and the plugin is optimised for desktop use on macOS, Windows, and Linux.

Reviews

No reviews yet.

Stats

6
stars
715
downloads
1
forks
323
days
337
days
369
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

RequirementsExperimental

  • Obsidian desktop app (macOS, Windows, or Linux)

README file from

Github

Clipboard Manager Plugin

A powerful clipboard manager plugin for Obsidian that automatically stores your clipboard history and provides advanced search functionality. Perfect for managing text snippets, code blocks, and frequently used content.

Features

🔄 Automatic Clipboard Monitoring

  • Automatically captures all text copied to your clipboard while Obsidian is running
  • Configurable monitoring interval (default: 1 second)
  • Persistent storage across Obsidian sessions
  • Real-time search through your clipboard history
  • Search both content and previews
  • Fast filtering for quick access to past clipboard entries

📋 Smart Management

  • Configurable history limit (default: 100 entries)
  • Automatic cleanup of old entries
  • Preview generation for long text content
  • Timestamp tracking for each entry

🎯 Quick Access

  • Ribbon icon for easy access
  • Command palette integration
  • Hotkey support
  • Quick paste modal with keyboard shortcuts

📤 Export Functionality

  • Export all entries or filtered search results to Markdown files
  • Configurable export folder location
  • Preserves formatting with proper Markdown syntax

⚙️ Customizable Settings

  • Adjustable maximum entries
  • Configurable check interval
  • Optional notifications
  • Clean and intuitive settings panel

Installation

Manual Installation

  1. Download the latest release files
  2. Create a folder clipboard-manager in your .obsidian/plugins/ directory
  3. Copy main.js, manifest.json, and styles.css into the folder
  4. Reload Obsidian
  5. Enable the plugin in Settings → Community Plugins

Development Installation

  1. Clone this repository into your .obsidian/plugins/ directory
  2. Run npm install to install dependencies
  3. Run npm run build to build the plugin
  4. Reload Obsidian and enable the plugin

Usage

Basic Usage

  1. Automatic Capture: Simply copy text as usual - the plugin automatically saves it
  2. Access History: Click the clipboard icon in the ribbon or use the command palette
  3. Search: Type in the search box to filter your clipboard history
  4. Copy Back: Click "Copy" next to any entry to copy it back to your clipboard
  5. Delete Entries: Remove unwanted entries with the "Delete" button
  6. Export: Export all clipboard history to Markdown files

Quick Paste Feature

  1. Use the "Paste from Clipboard History" command
  2. Search for the content you want
  3. Press Enter or click to paste directly into your active note
  4. Use number keys (1-9) for quick selection

Commands

  • Open Clipboard Manager: Opens the main clipboard history window
  • Paste from Clipboard History: Opens quick paste modal for direct insertion

Keyboard Shortcuts

  • Search and filter in real-time
  • Enter to paste first search result
  • Number keys (1-9) for quick selection in paste modal
  • Standard navigation with arrow keys

Settings

Maximum Entries

Set the maximum number of clipboard entries to store (default: 100). Older entries are automatically removed when this limit is exceeded.

Check Interval

Configure how often the plugin checks for clipboard changes (default: 1000ms). Lower values provide faster detection but may impact performance.

Notifications

Enable/disable notifications when new clipboard content is saved (default: disabled).

Default Export Folder

Set the folder path where clipboard entries will be exported (default: "clipboard"). This path is relative to your vault root.

Default Export Count

Set the maximum number of clipboard entries to export (default: 50). Entries are exported in chronological order, with the most recent entries first.

Privacy & Security

  • All clipboard data is stored locally in your Obsidian vault
  • No data is sent to external servers
  • Plugin only monitors text content (no images or files)
  • Data persists only in your local Obsidian configuration

Technical Details

System Requirements

  • Obsidian 0.15.0 or higher
  • Desktop version only (uses Electron clipboard API)
  • macOS, Windows, or Linux

Storage

  • Uses Obsidian's built-in data storage API
  • Data stored in .obsidian/plugins/clipboard-manager/data.json
  • Automatic backup with Obsidian's sync features

Troubleshooting

Plugin Not Working

  1. Ensure you're using Obsidian desktop (not mobile)
  2. Check that the plugin is enabled in Settings → Community Plugins
  3. Restart Obsidian if the plugin isn't responding

Clipboard Not Being Monitored

  1. Verify the check interval setting isn't too high
  2. Check console for errors (Ctrl/Cmd + Shift + I)
  3. Try disabling and re-enabling the plugin

Performance Issues

  1. Reduce the maximum entries limit
  2. Increase the check interval
  3. Clear old clipboard history

Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.

License

MIT License - see LICENSE file for details.

Changelog

Version 1.0.0

  • Initial release
  • Automatic clipboard monitoring
  • Search functionality
  • Quick paste feature
  • Export functionality for clipboard entries
  • Export entries to Markdown files
  • Configurable export settings
  • Preserves formatting with proper Markdown syntax
  • Configurable settings
  • Clean, responsive UI

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
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.
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
Blockreffer
2 years ago by tyler.earth
An Obsidian plugin to search and embed blocks with ^block-references (aka ^block-ids)
Book Search
4 years ago by anpigon
Obsidian plugin that automatically creates notes by searching for books
Browser History
a year ago by noy4
Sync your browser history to notes.
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Cliplet
8 months ago by namikaze-40p
An Obsidian plugin that serves as a clipboard and snippet manager — your own, separate from the OS clipboard.
Clipper Catalog
a year ago by Greg K.
A catalog view that provides a powerful interface for all your clipped web articles and content. Easily organize, search, and manage your web clippings within your vault.
CmdSearch
a year ago by SpaceshipCaptain
Command Line
a year ago by Steven Stallion
Copy command lines from your notes to the clipboard.
Confluence Converter
a year ago by Addo Zhang
An Obsidian Plugin for Confluence
Contacts
3 years ago by vbeskrovnov
With this plugin, you can easily organize and manage your contacts within Obsidian. Simply create a note with contact information and use the plugin's features to quickly search, and sort through your contacts. Contacts plugin also helps you to remember birthdays of your contacts and keeps track of the last time you met them.
Convert Base64 to PNG
a year ago by Nykko Lin
Converts base64-encoded images to local PNG files for Obsidian.
Copy document as HTML
4 years ago by mvdkwast
Obsidian plugin: copy document as HTML, including images
Copy Image
2 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Copy Inline Code
3 years ago by Ondrej Zavodny
Copy Search URL
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds a menu entry to its search view for copying the Obsidian search URL.
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
EasyLink
a year ago by isitwho
Select text in your obsidian editor to find the most similar content from other notes and easily create links.
Emoji Magic
3 years ago by simplgy
Makes it easier to add emojis using an improved keyword search
Export to HTML
a year ago by kalvn
Export a note as HTML in the clipboard or in a file.
External Link Helper
3 years ago by Jhonghee Park
Obsidian plugin for link suggestion
Extract Highlights
6 years ago by Alexis Rondeau
Manage your highlights in Obsidian by easily creating, removing and exporting them.
Fix Line Endings on Copy
8 months ago by KiwiJanus
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Fuzzy Chinese Pinyin
3 years ago by lazyloong
Ghost Text
10 months ago by lawrencefeng17
Giphy
2 years ago by LuCrypto
Git Changelog
a year ago by shumadrid
An Obsidian plugin that displays changelogs of the entire vault and individual files in the sidebar by utilizing Git commit history
Global Search and Replace
3 years ago by Mahmoud Fawzy Khalil
A plugin to do a global search and replace in all your Obsidian vault files.
Hanko
a year ago by Telehakke
Obsidian plugin.
Image auto upload
5 years ago by renmu123
auto upload image with picgo
Image Embedder
a year ago by Natalie Sumbo
Image Picker
a year ago by ari.the.elk
Image To Lskypro
3 years ago by NekouTarou
支持直接上传图片到图床Lsky,基于https://github.com/renmu123/obsidian-image-auto-upload-plugin.git改造。
Image Uploader
5 years ago by Creling
JSONifier
5 years ago by Kjell Connelly
Khoj
3 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Media Companion
a year ago by Nick de Bruin
NetClip
a year ago by Elhary
this plugin is for Obsidian that allows you to browse the web and clip webpages directly into your vault.
Note Codes
10 months ago by Ezhik
Reference your Obsidian notes from anywhere with simple 4-character codes.
Omnisearch
4 years ago by Simon Cambier
A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
Paste as file link
10 months ago by Matthias Büge
This plugin is used to paste a text from the clipboard as a link to an existing obsidian note
Paste From History
2 years ago by Daniel Karakka
Obsidian plugin that adds the ability to paste text from Obsidian's clipboard history.
Paste Image Into Property
a year ago by Nito
Paste Image Rename and Convert
a year ago by iaos
An obsidian plugin that renames pasted images and covert formats
Power Search
4 years ago by Aviral Batra
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Publish URL
3 years ago by Hananoshika Yomaru
copy the publish url to clipboard
Quiet Outline
4 years ago by the_tree
Improving experience of outline in Obsidian
Recent Notes
a year ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
Recursive Copy
2 years ago by datawitch
Relative Find
5 years ago by phibr0
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Search In Canvas
2 years ago by Boninall
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
Segerlab
3 months ago by Semyon Kononchuk
Renders calculator views within notes from JSON data copied from the Segerlab app.
Semantic Search
3 years ago by bbawj
Semantic search for Obsidian.md
Settings Search
4 years ago by Jeremy Valentine
Adds a search bar to Obsidian.md's settings
Show Current File Path
5 years ago by Ravi Mashru
Obsidian plugin to show the file path of the current file in the status bar
Simple CanvaSearch
3 years ago by ddalexb
Smart Context
a year ago by 🌴 Brian
Sonkil
a year ago by ohyoungpark
Tag Wrangler
5 years ago by PJ Eby
Rename, merge, toggle, and search tags from the Obsidian tag pane
Text expand
6 years ago by MrJackphil
A simple text expand plugin for Obsidian.md
Text Finder
2 years ago by hafuhafu
Provides a find/replace window in edit mode similar to VSCode (supports regular expressions and case sensitivity).
TG Emoji Search
a year ago by MarsBatya
Tree Search
2 years ago by catacgc
Unicode Search
3 years ago by BambusControl
Simple Unicode character search for Obsidian.md
Vantage - Advanced search builder
5 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Vault Size History
2 years ago by Technerium
Version History Diff (Sync, File Recovery & Git)
4 years ago by kometenstaub
Get a diff view of your Obsidian Sync, File Recovery and Git version history