A plugin for Atom's Linter providing an interface to retext. Retext is a natural language processor that includes plugins to check for bad prose. The full list of retext plugins is here. The code is hosted at https://github.com/benmarwick/linter-retextjs
This package is like a super-set of linters that combines the checks provided by linter-alex, write-good, linter-just-say-no, and others. It was inspired by the discussion on the Using Atom for academic writing
This package provides these retext checkers:
a
, an
) are used correctlyIt does not include readability, because that works at sentence-level while the others work at word- or short-phrase-level. The absence of this checker, and the addition of several others, are the main differences with camjc/atom-linter-retext
apm install linter-retextjs
linter-retextjs
in the search box and press EnterClone and install from your disc to experiment with modifications:
git clone https://github.com/benmarwick/linter-retextjs.git
cd linter-retextjs
apm install
Issues regarding linter-retextjs should be opened in this repository. Please raise issues with retext on its repository.
MIT © Cameron Chamberlain & Ben Marwick
Based on atom-linter-alex: MIT © Titus Wormer