telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
135 stars 41 forks source link

Temporary macOS download image fix #81

Closed JeffersonDing closed 2 years ago

JeffersonDing commented 2 years ago

macOS download image from clipboard URL previously wouldn't work. Added mac_get_clipboard_text_plain.applescript to get URL from clipboard.
Created new "temporary" ClipboardType called ClipboardType.Apple. Not the best solution but works fine for now as a quick fix.
I see the requirements of the extension requires pbpaste for macOS but I do not see it implemented anywhere. I assume it's for further macOS integration to achieve download image.