Skip to content

ChrisChinchilla/Openly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a34c7fc · Dec 27, 2024

History

43 Commits
Dec 24, 2024
Aug 12, 2024
Jan 26, 2021
May 1, 2024
May 1, 2024
May 1, 2024
Jan 26, 2021
Jan 26, 2021
May 1, 2024
May 1, 2024
Dec 27, 2019
Jan 26, 2021
Feb 2, 2020

Repository files navigation

Openly - Open source Grammarly

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.😁

Build Status Vale version license

This repository contains a Vale-compatible that attempts to emulate some features of the commercial, and closed source, Grammarly. More to come.

Getting Started

❗ Requires Vale >= 1.7.0. ❗

Download 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 = Openly

See Usage for more information.