You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ A command to read the image from system clipborad, optimize the size, upload to
32
32
| github | based on github, little limitation if you follow the [terms of service](https://help.github.com/articles/github-terms-of-service/) and [github pages limits](https://help.github.com/articles/what-is-github-pages/#usage-limits); great and stable company | access is slow in China |
33
33
|[cloudinary](https://cloudinary.com/pricing)| totally 10G free storage for at most 300K items, 20 GB free monthly net viewing bandwith, fast net access globally | a small and unstable company? (not sure) |
34
34
|[sm.ms](https://sm.ms/)| No limitation, fast access in China | no account, and you can not manage your picture, private projects |
35
+
|[s3](https://aws.amazon.com/s3/)| Pay only for what you use. There is no minimum fee, fast access in global | need AWS account |
35
36
36
37
> This extension is made originally for writing my personal [techblog](https://www.njleonzhang.com/), which means the storage and network access cost to the CDN should be small. You should not use this extension to upload pitures with mass access to `github`, which may exceed [github pages limits](https://help.github.com/articles/what-is-github-pages/#usage-limits).
37
38
@@ -54,6 +55,10 @@ A command to read the image from system clipborad, optimize the size, upload to
54
55
| markdownPasteImage.cloudinaryApiKey | string | "" | api key of cloudinary |
55
56
| markdownPasteImage.cloudinarySecret | string | "" | api secret of cloudinary |
56
57
| markdownPasteImage.cloudinaryFolder | string | "" | folder of cloudinary you want to put your image in |
> when you select s3, you must config s3 Credentials in your computer, follow this link step: <https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-started-nodejs.html>
57
62
58
63
> if cdn is not configured correctly or the editing file is not a markdown file, the picture will be paste to current folder of the editing file.
0 commit comments