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
Since `v2.3.1`, the default size of PicGo's log file is `10MB`. If you want to change the size of the log file, you can change the log file size in `PicGo`'s settings.
You may not use all of the Imgs that PicGo gives to you. So in order to simplify the display, you can only select the Imgs you want to display, so that there is no scroll bar in the sidebar. It is important to note, however, that this is only show/hide and not exclude functionality. If you hide the Qiniu cloud, you can still upload images via its service.
@@ -350,13 +367,6 @@ You may not use all of the Imgs that PicGo gives to you. So in order to simplify
350
367
351
368
Every time PicGo uploads an image, the upload status will be shown to indicate that the image is being uploaded. **If you find that it doesn't work after you open it, notice if you've turned off the system-level message notification option, because PicGo calls the system-level message notification bar.**
### Use Builtin Clipboard to Upload <Badgetext="2.3.1+" />
382
+
383
+
The "Use Builtin Clipboard to Upload" feature can be used to replace the previous way of using scripts to get the clipboard pictures. Consider turning on this option if you encounter problems with clipboard uploads, such as process residuals, etc.
If you want to add language support for PicGo, you can refer to the [i18n documentation for PicGo](https://github.com/Molunerfinn/PicGo/blob/dev/CONTRIBUTING_EN.md#i18n) & this [PR](https://github.com/Molunerfinn/PicGo/pull/976).
399
+
400
+
371
401
### Open Configuration Files <Badgetext="2.0.0+" />
372
402
373
403
Since v2.0, you can open your configuration files at `open configuration files` to see your images uploaded, you Img setting, etc.
Copy file name to clipboardExpand all lines: docs/en/guide/getting-started.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebarDepth: 3
5
5
## Quickstart
6
6
7
7
::: warning
8
-
Make sure you have Node.js >= 8.
8
+
Make sure you have Node.js >= 16.
9
9
:::
10
10
11
11
::: tip
@@ -43,7 +43,17 @@ Top bar upload is only supported in MacOS.
43
43
44
44
## Main Window Upload
45
45
46
-
You can open the main window, by right clicking the mini window or the top bar icon to open the `main window`.
46
+
Different platforms open the main window in different ways.
47
+
48
+
- Windows please find the PicGo icon in the taskbar at the bottom right corner, if you can't find it please click the small arrow. Left click to open it.
- For macOS, please find the PicGo icon in the top bar area and right click (touchpad double finger click or right mouse button) to find the menu to open the main window. Or in version `2.3.1+` you can open it from the top bar window with the button.
0 commit comments