telesoho / vscode-markdown-paste-image

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

Provide an option to paste raw text. #31

Closed AiRyunn closed 1 year ago

AiRyunn commented 4 years ago

Since I want to totally replace the default paste command, I removed all rules, but it still try to convert it.

One case is when I copy & paste multiple lines, it will wrap the text.

Another case is copying url from chrome, it will convert to \<some url>.

I hope it can provide an option to disable these features.

Thanks!

telesoho commented 3 years ago

@espylapiza Sorry, I don’t really understand what you mean, can you give a concrete example? If you dont want to convert url, you can remove all convert rules from your "MarkdownPaste.rules" settings like this: "MarkdownPaste.rules": []