picgo-plugin-autocopy
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

picgo-plugin-autocopy

A picgo plugin for auto copying url to clipboard after uploading.

CLI Only.

It's useless for the electron version of PicGo since it already has this feature. It's useful when you are using picgo in CLI.

Installation

picgo install autocopy

Configuration

picgo-plugin-autocopy supports 5 kinds of url types:

  • markdown
  • URL (default)
  • HTML
  • UBB
  • Custom

To change the default type of url, please run:

picgo set pluin autocopy

Custom means you can create your own types of url for copying. Just place the $url to your own string.

For example:

<a href="$url"><img src="$url"></a>

And it will be coverted to:

<a href="https://xxx.jpg"><img src="https://xxx.jpg"></a>

Readme

Keywords

Package Sidebar

Install

npm i picgo-plugin-autocopy

Weekly Downloads

12

Version

1.0.5

License

MIT

Unpacked Size

63 kB

Total Files

6

Last publish

Collaborators

  • molunerfinn