Sublime Text
The Vale Server client for Sublime Text 3 is open source. Please consult our known issues if you run into any problems.

Installation
After you have Vale Server installed and running, you can install the Atom package through the built-in package manager:
- Bring up the Command Palette (Command-Shift-P on macOS and Ctrl-Shift-P on Linux/Windows).
- Select
Package Control: Install Packageand then selectValewhen the list appears.
Usage
You can run one of the following commands via the Command Palette:
Vale Server: Lint View: runs Vale Server on the active view.Vale Server: Edit Styles: shows a list of styles relevant to the active view.Vale Server: Open Dashboard: opens the Vale Server dashboard in your default browser.
Configuration
This package exposes a number of configuration options. These include styling the in-text alerts, adding custom HTML/CSS for the pop-ups, and listing accepted syntaxes.
See the Default settings file (Preferences → Package Settings → Vale → Settings - Default) for more details.
See the GitHub repository for more information.