Hello,

Anyone aware of any package/code snipped that could replicate the paste behavior of vs code? To elaborate what I mean by that. When I copy image in file manager and paste it in a markdown file in vscode it automatically converts it into relative path from the current file. Alternatively is there a way to auto complete in the `C-c C-i` mini buffer?

  • unhammerB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Note that if you want to copy (image path or image contents) and paste, you need to use yank-media on the emacs side, otherwise it just pastes the latest copied text.

    (But drag and drop will just do what you mean.)