Skip to content

Horsevad/textlint-plugin-org

 
 

Repository files navigation

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:

{
    "plugins": [
        "org"
    ]
}

Lint Org file with textlint

$ textlint test.org

Tests

$ npm run test

Lint

$ npm run lint

Packages

No packages published

Languages

  • TypeScript 94.8%
  • JavaScript 5.2%