mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
419 stars 126 forks source link

Option for fileless images #101

Open jiboncom opened 2 years ago

jiboncom commented 2 years ago

In Jupyter/Colab, pasting images is done by hard coding the image into the content cell. Resulting in something like ![image.png](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAykAAAKlCAYAAADPb6N9AAAgAElEQVR4Aeydh3NU15bu/

Could we have something similar here?

vezaynk commented 2 years ago

This repository has not seen any activity in over 3 years. There is an actively maintained fork here: https://github.com/telesoho/vscode-markdown-paste-image

Your use-case works in the fork.