addd telemetry bit
Deploy Website / build (push) Successful in 15s
Details
Deploy Website / build (push) Successful in 15s
Details
This commit is contained in:
parent
2410044161
commit
ac33025fde
|
@ -23,6 +23,10 @@ A bunch of services are supported out of the box or via plugins listed [here](ht
|
|||
|
||||
I find posting new content to my site a little bit of a pain. I have my own [micropub](https://indieweb.org/micropub) implementation and server which means I can quickly fire off the odd photo or note pretty easily, but when I'm writing a long form post, I find it quite irritating to have to manually do file management with images. PicGo + SFTP means that I can stop worrying about that and with the touch of a few keys, I can have images in my clipboard uploaded to my website and replaced with relevant markdown image embed code.
|
||||
|
||||
### Telemetry
|
||||
|
||||
Before I launch into this, I noticed that PicGo does seem to collect telemetry. As far as I can tell it's anonymised "users tend to click on this button after 10 seconds" type of telemetry rather than sending a copy of all your images to some dodgy server type of telemetry. However, if you're concerned you might want to have a [dig through the code](https://github.com/Molunerfinn/PicGo) before making a decision.
|
||||
|
||||
### Installing
|
||||
|
||||
Installation is a breeze for Linux users who are happy to work with [AppImage](https://appimage.org/) format. I imagine it's easy enough on Mac and Windows too.
|
||||
|
|
Loading…
Reference in New Issue