telesoho / vscode-markdown-paste-image

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

feat: add applyAllRules config #104

Closed OrangeX4 closed 1 year ago

OrangeX4 commented 1 year ago

Add a new config: applyAllRules, default to be false.

If true, it will apply all rules to the same text orderly, instead only the first applicable one.

I hope that I can add one single space between all chinese characters and letters, and convert punctuation automatically, like 测试test测试。 to 测试 test 测试.

image

So I need to add many rules and hope that they can be replaced using all rules.

But the extension only applies one applicable rule instead all rules. So I add the config applyAllRules.

OrangeX4 commented 1 year ago

Thanks for your merging, and i want to know when you will upload it to the market. :-)

telesoho commented 1 year ago

@OrangeX4 Thanks for your PR. I have upload the new version 0.20.0 to the market.

OrangeX4 commented 1 year ago

Thanks!

It is a great extension.