Validate your document using RedPen.
I do not support Windows environment. I only support macOS.
$ apm install redpen
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
This package needs set up some paths from Settings
- Path for RedPen CLI
/usr/local/redpen/bin/redpen
is default
- Path for Configuration XML File
- RedPen CLI needs configuration XML file for validation. you can set your configuration XML file. This package uses preinstalled japanese configuration XML file as default if empty.
- Locale for Configuration XML File
- uses auto detect configuration XML file
- JAVA_HOME Path
- RedPen CLI needs JAVA_HOME path.
- open a text file as bellow
- Markdown
- Textile
- Plain
- AsciiDoc (requires RedPen CLI version 1.3)
- LaTeX (requires RedPen CLI version 1.4)
- Select the
RedPen: Validate
command from Command Pallette. You can also execute it by hittingcmd-alt-o
on OS X. - You can see report pane at bottom.
You can use Validate on save
option from Settings If you want to run validation each time a file is saved.
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/
- bundled redpen-conf-ja.xml
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.