0.3.5 • Published 1 year ago

textlint-plugin-org v0.3.5

Weekly downloads
-
License
GPLv3
Repository
github
Last release
1 year ago

npm version Build test lint License: GPL v3

textlint-plugin-org

Add Org mode support for textlint.

What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md

Install

$ npm install textlint-plugin-org

Usage

Manually add text plugin to do following:

edit .textlintrc

{
    "plugins": [
        "org"
    ]
}

Lint Org file with textlint

$ textlint test.org

Tests

$ npm run test

Lint

$ npm run lint

Release

$ npm run build
$ npm version patch
$ npm publish
0.3.5

1 year ago

0.3.4

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.3

2 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago