[வெள்ளி செப்டம்பர் 22, 2023] Max Nikulin wrote:
> On 22/09/2023 21:52, Visuwesh wrote: >> Attached patch adds yank-media and DND handler to attach files in the >> clipboard and dropped onto an Emacs frame respectively. > > Thank you for your work in this area. > > I am not an active DND user, I am just curious what cases are supported: > > - X11 Yes. > - Wayland I don't know nor am I willing to setup a test environment for it. > - Sandboxed applications communicating with desktop environment > through XDG desktop portal (flatpack/snap/AppImage or just running > in bubblewrap) Same as above. > - Emacs running on a remote host (ssh + X11 forwarding) If the DND links are of the form file://HOST/ then the current DND handler won't run. I don't have a way to test it myself so I can't write a handler for remote files. I am not sure if we can even reuse the existing the org-attach code for remote files. > - Windows I don't have access to a Windows machine so can't test it unfortunately. > When a file is dropped into an Org buffer I would consider inserting a > link or storing it in addition to attachment options. The current code already inserts a link to the dropped files.