telesoho / vscode-markdown-paste-image

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

I want paste github wiki #22

Closed htqx closed 2 years ago

htqx commented 5 years ago

paste auto -->

"regex": "^(pics/*)", "options": "ig", "replace": "https://raw.githubusercontent.com/wiki/myname/wiki/$1" }

thank you!

i push github wiki. then all ok.

htqx commented 5 years ago
  1. paste the pics/xxxx.png file.
  2. copy "pics/xxxx.png" string.
  3. paste https://raw.githubusercontent.com/.... 4.delete "pics/xxxx.png" .

too much. thank you.

telesoho commented 5 years ago

@htqx So, you just want to thank me here?