2013-09-24 13:14:34 +01:00
|
|
|
|
2013-10-01 02:12:32 +01:00
|
|
|
It receives a packages with type kdeconnect.share. If they have a payload
|
2013-09-24 13:14:34 +01:00
|
|
|
attached, it will download it as a file with the filename set in the field
|
|
|
|
"filename" (string). If that field is not set it should generate a filename.
|
|
|
|
|
|
|
|
If the content transferred is text, it can be sent in a field "text" (string)
|
|
|
|
instead of an attached payload. In that case, this plugin opens a text editor
|
|
|
|
with the content instead of saving it as a file.
|
|
|
|
|
2013-09-27 02:01:13 +01:00
|
|
|
If the content transferred is a url, it can be sent in a field "url" (string).
|
|
|
|
In that case, this plugin opens that url in the default browser.
|