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

15.1.1 • 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.0f2fd6f90canary
12.0.0-beta.30beta
15.1.1712latest
13.4.2-next.01next

Version History

VersionDownloads (Last 7 Days)Published
15.1.1712
15.1.09,476
15.0.18,734
15.0.0106
14.8.47,035
14.8.311
14.8.1118
14.8.01,011
14.7.24,655
14.7.12,701
14.7.00
14.6.0990
14.5.0713
14.4.25,601
14.4.11
14.4.0537
14.3.0760
14.2.1412
14.2.01,038
14.1.01
14.0.5155
14.0.43,520
14.0.3474
14.0.240
14.0.1105
14.0.0166
13.4.2-next.01
13.4.129,360
13.4.0127
13.3.35,652
13.3.2594
13.3.13,108
13.3.09
13.2.067
13.1.46
13.1.30
13.1.20
13.1.154
13.1.073
13.0.50
13.0.40
13.0.30
13.0.21
13.0.11
13.0.00
12.6.18,656
12.6.01
12.5.20
12.5.05
12.3.00
12.2.3257
12.2.2362
12.2.11,047
12.2.00
12.1.13,326
12.1.01,345
12.0.2742
12.0.01,446
12.0.0-beta.30
12.0.0-beta.20
12.0.0-beta.10
12.0.0-beta.00
4.3.54,003
4.3.43,007
4.3.30
4.3.269
4.3.11
4.3.00
4.2.7482
4.2.62,631
4.2.50
4.2.40
4.2.30
4.2.20
4.2.10
4.2.00
4.1.131,032
4.1.1213
4.1.11141
4.1.10629
4.1.9225
4.1.8121
4.1.70
4.1.6782
4.1.50
4.1.4200
4.1.30
4.1.2139
4.1.10
4.1.00
4.0.22
4.0.181
4.0.01,328
3.1.0-alpha.0f2fd6f90
3.1.0-alpha.bbfc8f6d0
3.0.10625
3.0.90
3.0.82
3.0.75
3.0.60

Package Sidebar

Install

npm i @textlint/textlint-plugin-text

Weekly Downloads

120,830

Version

15.1.1

License

MIT

Unpacked Size

8.98 kB

Total Files

13

Last publish

Collaborators

  • azu
  • 0x6b
  • textlint-user