Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 12:03
· 347 commits to main since this release

New feature

Add textRules options for config some special words or texts to ignore.

For example we wants:

  • Hello世界 - To just give warning.
  • Hi你好 - To ignore.

Use can config in .autocorrectrc:

textRules:
  Hello世界: 2
  Hi你好: 0

After that, the AutoCorrect will follow your textRules to process.