Warning, /network/kdeconnect-kde/plugins/share/README is written in an unsupported language. File is not indexed.
0001 0002 It receives a packages with type kdeconnect.share. If they have a payload 0003 attached, it will download it as a file with the filename set in the field 0004 "filename" (string). If that field is not set it should generate a filename. 0005 0006 If the content transferred is text, it can be sent in a field "text" (string) 0007 instead of an attached payload. In that case, this plugin opens a text editor 0008 with the content instead of saving it as a file. 0009 0010 If the content transferred is a url, it can be sent in a field "url" (string). 0011 In that case, this plugin opens that url in the default browser.