@textlint/textlint-plugin-text
TypeScript icon, indicating that this package has built-in type declarations

14.3.0 • Public • Published

@textlint/textlint-plugin-text

Plain text plugin for textlint.

Install

Install with npm:

npm install @textlint/textlint-plugin-text

Usage

This plugin is built-in in textlint. No need configuration.


Following config is set by default.

{
    "plugins": {
        "@textlint/text": true
    }
}

Options

  • extensions: string[]
    • Additional file extensions for plain text

For example, if you want to treat .custom-ext as text, put following config to .textlintrc.json

{
    "plugins": {
        "@textlint/text": {
            "extensions": [".custom-ext"]
        }
    }
}

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.1.0-alpha.0f2fd6f91canary
13.4.2-next.00next
12.0.0-beta.30beta
14.3.017,850latest

Version History

VersionDownloads (Last 7 Days)Published
14.3.017,850
14.2.14,411
14.2.07,032
14.1.00
14.0.51,286
14.0.43,670
14.0.3527
14.0.224
14.0.137
14.0.063
13.4.2-next.00
13.4.124,276
13.4.033
13.3.36,772
13.3.2355
13.3.1278
13.3.09
13.2.029
13.1.40
13.1.31
13.1.21
13.1.171
13.1.063
13.0.52
13.0.41
13.0.31
13.0.21
13.0.17
13.0.013
12.6.16,666
12.6.09
12.5.27
12.5.016
12.3.09
12.2.3176
12.2.2918
12.2.1546
12.2.00
12.1.11,696
12.1.01,046
12.0.2131
12.0.01,560
12.0.0-beta.30
12.0.0-beta.20
12.0.0-beta.10
12.0.0-beta.00
4.3.51,425
4.3.437
4.3.30
4.3.242
4.3.10
4.3.00
4.2.72
4.2.650
4.2.50
4.2.40
4.2.30
4.2.20
4.2.10
4.2.00
4.1.13121
4.1.120
4.1.1110
4.1.101
4.1.91
4.1.815
4.1.70
4.1.683
4.1.51
4.1.472
4.1.30
4.1.21
4.1.10
4.1.00
4.0.20
4.0.12
4.0.01
3.1.0-alpha.0f2fd6f91
3.1.0-alpha.bbfc8f6d0
3.0.1026
3.0.91
3.0.86
3.0.79
3.0.60

Package Sidebar

Install

npm i @textlint/textlint-plugin-text

Weekly Downloads

66,017

Version

14.3.0

License

MIT

Unpacked Size

99.1 kB

Total Files

23

Last publish

Collaborators

  • textlint-user
  • azu
  • 0x6b