JavaScript Clipboard

Open-source JavaScript projects categorized as Clipboard

Top 13 JavaScript Clipboard Projects

  • clipboard.js

    :scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:

  • Project mention: Copy selected input to the clipboard in javascript. | dev.to | 2023-12-10

    const copyButton = document.getElementById('copy-button'); const checkboxes = document.querySelectorAll('input[type="checkbox"]'); copyButton.addEventListener('click', () => { const selectedValues = []; // Loop through all checkboxes for (const checkbox of checkboxes) { // Check if the checkbox is checked if (checkbox.checked) { // Add the checkbox value to the array selectedValues.push(checkbox.value); } } // Check if any values are selected if (selectedValues.length > 0) { // Combine the selected values into a single string with newline separators const copyText = selectedValues.join('\n'); // Copy the text to the clipboard using ClipboardJS (optional) // You can install and use the ClipboardJS library for better compatibility // https://clipboardjs.com/ // const clipboard = new ClipboardJS('#copy-button'); // clipboard.copy(copyText); navigator.clipboard.writeText(copyText).then(() => { console.log('Values copied to clipboard!'); }, (error) => { console.error('Error copying values:', error); }); } else { alert('Please select at least one option to copy.'); } });

  • vue-easytable

    A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • enhanced-github

    :rocket: Browser extension to display size of each file, download link and copy file contents directly to the clipboard

  • gnome-clipboard-history

    Gnome Clipboard History is a clipboard manager Gnome extension that saves what you've copied into an easily accessible, searchable history panel.

  • Project mention: Does Ubuntu have Clipboard History or something similar like Windows 10? | /r/Ubuntu | 2023-12-10

    Ubuntu uses GNOME. I use a GNOME extension, Clipboard History. It works well.

  • copyq-commands

    Useful commands for CopyQ clipboard manager.

  • clipboard-manager-electron

    A clipboard manager built with Electron

  • node-clipboard-event

    Clipboard change event for Node.js/Electron.js/NW.js

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • alfred-prettier-clipboard

    🎨 Format code in your clipboard with Prettier

  • clipper

    📋 Cross Platform Desktop App to Save history of all information you copy and use them whenever with a solitary snap (by AkashRajpurohit)

  • townsclipper

    Townscaper clipboard data format converter.

  • ClipboardToFileInput

    ClipboardToFileInput is a Chrome extension allowing users to paste clipboard content directly into web page file inputs on Google Chrome (a feature Opera has had for a while now).

  • Project mention: Upload image from clipboard like Opera's Easy files? | /r/chrome | 2023-12-05
  • PikPicPASTE

    A handy little app for copying & pasting images.

  • cClipboard

    Copy to Clipboard javascript library that creates a clipboard icon + copy to clipboard on clikcing the icon. All you need to do is have the class="c0py" on the object you want to copy.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Clipboard related posts

Index

What are some of the best open-source Clipboard projects in JavaScript? This list will help you:

Project Stars
1 clipboard.js 33,785
2 vue-easytable 3,590
3 enhanced-github 1,991
4 gnome-clipboard-history 383
5 copyq-commands 308
6 clipboard-manager-electron 103
7 node-clipboard-event 94
8 alfred-prettier-clipboard 53
9 clipper 50
10 townsclipper 31
11 ClipboardToFileInput 18
12 PikPicPASTE 5
13 cClipboard 0

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com