textlint-rule-diacritics

2.1.4 • Public • Published

textlint-rule-diacritics

textlint fixable rule npm Node.js CI status

Textlint rule to check and fix the correct usage of diacritics.

For example:

  • creme brulee → crème brûlée
  • deja vu → déjà vu
  • senorita → señorita
  • doppelganger → doppelgänger

(You can add your own words too.)

Installation

npm install textlint-rule-diacritics

Usage

textlint --fix --rule diacritics Readme.md

Configuration

You can configure the rule in your .textlintrc:

{
  "rules": {
    "diacritics": {
      // List of additional words
      "words": [
        "tâmia",
      ],
      // OR load words from a file
      "words": "~/words.json",
      // OR load words from npm
      "words": "@johnsmith/words"
    }
  }
}

Check the default diacritics list. Read more about configuring textlint.

Other textlint rules

Change log

The change log can be found on the Releases page.

Contributing

Bug fixes are welcome, but not new features. Please take a moment to review the contributing guidelines.

Sponsoring

This software has been developed with lots of coffee, buy me one more cup to keep it going.

Buy Me A Coffee

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.

Inspired by retext-diacritics.

Dictionary source: Wiktionary.

Package Sidebar

Install

npm i textlint-rule-diacritics

Weekly Downloads

1,268

Version

2.1.4

License

MIT

Unpacked Size

15 kB

Total Files

6

Last publish

Collaborators

  • sapegin