0.1.4 • Published 3 years ago

textlint-plugin-review-starter v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

textlint-plugin-review-starter

Build Status npm version

Add Re:VIEW Starter support for textlint.

forked from textlint-plugin-review

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

Installation

npm install textlint-plugin-review-starter

Usage

Manually add review plugin to your .textlintrc like:

{
    "plugins": [
        "review-starter"
    ]
}

Lint Re:VIEW Starter file with textlint:

$ textlint ch01.re

Re:VIEW Starter Extensions

  • Inline command
    • fence $|
    • Nested inline command
    • B
    • W
    • weak
    • small,xsmall,xxsmall
    • large,xlarge,xxlarge
    • userinput
    • cursor
    • secref
    • term
    • termnoidx
    • par
    • qq
    • file
    • hlink
    • LaTex,Tex,hearts
  • Block command
    • abstract
    • chapterauthor
    • output
    • program
    • sideimage
    • terminal

Tests

npm test

Contributing

  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

License

MIT

If you distribute textlint-plugin-review-starter, you might enjoy the LICENSE-MIXING document.