textlint-plugin-org

0.3.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i textlint-plugin-org

Weekly Downloads

37

Version

0.3.5

License

GPLv3

Unpacked Size

57.6 kB

Total Files

17

Last publish

Collaborators

  • kijimad