A Vale linter style that attempts to emulate some features of the commercial, and closed source, Grammarly. More to come.
Not complete, and WIP, contributions welcome.😁
This repository contains a Vale-compatible that attempts to emulate some features of the commercial, and closed source, Grammarly. More to come.
Use Vale packages, by adding the URL of the latest download and running vale sync:
# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error
Packages = https://github.com/ChrisChinchilla/Openly/releases/download/{LATEST_RELEASE}/Openly.zip
# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = OpenlyDownload the latest release, copy the "Openly" directory to your StylesPath, and include it in your configuration file:
# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error
# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = OpenlySee Usage for more information.