mushanshitiancai / vscode-paste-image

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

[FR] Option to enable paste and insert markdown snippet in other text files #104

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi there,

I just like to request a new feature to enable inserting markdown snippet into a file other than ".md" files. This is because I'm using "R markdown" which embeds R language snippets to execute. But the remaining parts of the file is just pure markdown. So I need to insert images into "R markdown" files (the extension is ".Rmd").

Right now, when image is inserted from paste board into .md file, it insert snippet like: "![](assets/2021-12-07-15-39-22.png)". But in other files, it just insert "assets/2021-12-07-15-39-22.png".

Is it possible to configure inserting to .Rmd file as it does with .md files?

Many thanks!