Skip to content

heriet/textlint-plugin-pptx

Repository files navigation

textlint-plugin-pptx

WIP

Add PowerPoint(pptx) support for textlint.

Installation

    npm install textlint-plugin-pptx

Default supported extensions

  • .pptx

Usage

See also example.

Manually add text plugin to do following:

{
    "plugins": [
        "pptx"
    ]
}

Lint pptx file with textlint:

$ textlint slide.pptx

Develop

Develop for docker:

$ make build-develop-image
$ make develop

$ npm test

License

MIT

About

WIP: Add PowerPoint(pptx) support for textlint

Resources

Stars

Watchers

Forks

Packages

No packages published