This package provides the following services:
linter-redpen - Atom package
A plugin for Atom Linter providing an interface to RedPen.
Installation
$ apm install linter-redpen
Usage
RedPen
CLI
Install This package requires RedPen CLI version 1.5 or greater. Install with Homebrew
$ brew install redpen
Or you can install RedPen
CLI manually from here
Set Up Paths If needs
This package needs set up some paths from Settings
- Path for RedPen CLI
redpen
is default
- Path for Configuration XML File
- RedPen CLI needs configuration XML file for validation. you can set your configuration XML file.
- Locale for Configuration XML File
- uses auto detect configuration XML file
- JAVA_HOME Path
- RedPen CLI needs JAVA_HOME path.
If you prefer to use RedPen server than CLI. You can set your RedPen Server endpoint on Path for RedPen CLI
fieald.
Run
-
open a text file as bellow
- Markdown
- Textile
- Plain
- AsciiDoc
- LaTeX
- Re:VIEW
-
You can see report pane at bottom.
Searching Configuration XML
linter-redpen searches configuration XML. searching order is
Path for Configuration XML File
on settings- in the same directory as the target text file
- in the project root directory
- directly under
REDPEN_HOME
- directly under
REDPEN_HOME/conf/
Configuration XML File name shold be
redpen-conf.xml
redpen-conf-{LOCALE}.xml
- ex:
redpen-conf-ja.xml
ORredpen-conf-en.xml
- ex:
You can set your {LOCALE}
on settings.